# HG changeset patch
# User displacer
# Date 1172237471 0
# Node ID defe001d490c7fc2aff4f711f5f082a74649b416
# Parent  3583f6289eeea99b27bd50e72fd4e3c831532f81
form size increased (network chat is now fit into window initially)

diff -r 3583f6289eee -r defe001d490c 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);