[qet] qet/qet: [5589] Change in aboutqet widget fixed size, thanks Re-searcher

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


Revision: 5589
Author:   scorpio810
Date:     2018-11-12 17:07:52 +0100 (Mon, 12 Nov 2018)
Log Message:
-----------
Change in aboutqet widget fixed size, thanks Re-searcher

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

Modified: trunk/sources/aboutqet.cpp
===================================================================
--- trunk/sources/aboutqet.cpp	2018-11-12 16:00:34 UTC (rev 5588)
+++ trunk/sources/aboutqet.cpp	2018-11-12 16:07:52 UTC (rev 5589)
@@ -34,7 +34,7 @@
 	QDialog(parent)
 {
 	setWindowTitle(tr("À propos de QElectrotech", "window title"));
-	setFixedSize (700, 600);
+	setFixedSize (1200, 600);
 	//setMinimumHeight(600);
 	//setMinimumWidth(600);
 	setModal(true);
@@ -58,7 +58,7 @@
 	
 	QScrollArea* scrollArea = new QScrollArea(this);
 		scrollArea->setWidgetResizable(true);
-		scrollArea->setFixedSize (590, 590);
+		scrollArea->setFixedSize (1090, 590);
 		scrollArea->setWidget(tabs);
 }
 


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