form size increased (network chat is now fit into window initially)
authordisplacer
Fri, 23 Feb 2007 13:31:11 +0000
changeset 485 defe001d490c
parent 484 3583f6289eee
child 486 7ea71cd3acd5
form size increased (network chat is now fit into window initially)
QTfrontend/ui_hwform.cpp
--- a/QTfrontend/ui_hwform.cpp	Fri Feb 23 13:15:04 2007 +0000
+++ b/QTfrontend/ui_hwform.cpp	Fri Feb 23 13:31:11 2007 +0000
@@ -29,7 +29,7 @@
 	SetupFonts();
 
 	HWForm->setObjectName(QString::fromUtf8("HWForm"));
-	HWForm->resize(QSize(620, 430).expandedTo(HWForm->minimumSizeHint()));
+	HWForm->resize(QSize(640, 480).expandedTo(HWForm->minimumSizeHint()));
 	HWForm->setMinimumSize(QSize(620, 430));
 	HWForm->setWindowTitle(QMainWindow::tr("Hedgewars"));
 	centralWidget = new QWidget(HWForm);