[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4433
Author: scorpio810
Date: 2016-04-08 01:11:18 +0200 (Fri, 08 Apr 2016)
Log Message:
-----------
Minor
Modified Paths:
--------------
trunk/sources/aboutqet.cpp
Modified: trunk/sources/aboutqet.cpp
===================================================================
--- trunk/sources/aboutqet.cpp 2016-04-07 17:34:02 UTC (rev 4432)
+++ trunk/sources/aboutqet.cpp 2016-04-07 23:11:18 UTC (rev 4433)
@@ -103,6 +103,7 @@
about -> setAlignment(Qt::AlignCenter);
about -> setOpenExternalLinks(true);
about -> setTextFormat(Qt::RichText);
+ about -> setFixedSize (690, 610);
return(about);
}