commit 7223cdf0dbbfc55526fc8b4e5e6d768586557e50
Author: Pavel Sanda <[email protected]>
Date: Sun Jul 6 10:11:05 2025 +0200
* GuiAbout.cpp - condense growing version list.
---
src/frontends/qt/GuiAbout.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/frontends/qt/GuiAbout.cpp b/src/frontends/qt/GuiAbout.cpp
index 44f30ae81a..3a3ec1d521 100644
--- a/src/frontends/qt/GuiAbout.cpp
+++ b/src/frontends/qt/GuiAbout.cpp
@@ -285,28 +285,28 @@ static QString version(bool const plain = false)
if (plain)
out << '\n';
else
- out << "</span></p><p>";
+ out << "</span><br>";
out << toqstr(bformat(_("Qt Version (run-time): %1$s on platform
%2$s"), from_ascii(qVersion()), qstring_to_ucs4(guiApp->platformName())));
if (plain)
out << '\n';
else
- out << "</p><p>";
+ out << "<br>";
out << toqstr(bformat(_("Qt Version (compile-time): %1$s"),
from_ascii(QT_VERSION_STR)));
if (plain)
out << '\n';
else
- out << "</p><p>";
+ out << "<br>";
out << toqstr(bformat(_("OS Version (run-time): %1$s"),
qstring_to_ucs4(QSysInfo::prettyProductName())));
if (plain)
out << '\n';
else
- out << "</p><p>";
+ out << "<br>";
out << toqstr(bformat(_("Python detected: %1$s"),
from_utf8(os::python_info())));
if (plain)
out << '\n';
else
- out << "</p><p>";
+ out << "<br>";
out << toqstr(bformat(_("Draw strategy: %1$s"),
guiApp->drawStrategyDescription()));
if (!plain)
out << toqstr("</p></body></html>");
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs