We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5119f commit fad1a30Copy full SHA for fad1a30
DeepSkyStacker/About.cpp
@@ -37,7 +37,7 @@ namespace DSS
37
strText += "<br>";
38
strText += copyright;
39
strText = strText.replace("\n", "<br>");
40
- strHTML += "<b>" + strText + "</b><br>";
+ strHTML += "<b>" + strText + "</b><br><br>";
41
42
strText = "Qt Application Framework 6.10.0\nCopyright © 2025 The Qt Company Ltd.";
43
0 commit comments