[qet] [2346] Cosmetic: in about Qet change windows size (setMinimumHeight) because all translators aren't visible by default.

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 2346
Author:   scorpio810
Date:     2013-06-25 01:42:33 +0200 (Tue, 25 Jun 2013)
Log Message:
-----------
Cosmetic: in about Qet change windows size (setMinimumHeight) because all translators aren't visible by default.

Modified Paths:
--------------
    trunk/sources/aboutqet.cpp

Modified: trunk/sources/aboutqet.cpp
===================================================================
--- trunk/sources/aboutqet.cpp	2013-06-24 20:18:20 UTC (rev 2345)
+++ trunk/sources/aboutqet.cpp	2013-06-24 23:42:33 UTC (rev 2346)
@@ -29,7 +29,7 @@
 	// Titre, taille, comportement...
 	setWindowTitle(tr("\300 propos de QElectrotech", "window title"));
 	setMinimumWidth(680);
-	setMinimumHeight(350);
+	setMinimumHeight(690);
 	setModal(true);
 	
 	// Trois onglets


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/