QTfrontend/pagenetgame.cpp
branch0.9.16
changeset 5960 74bc72746bec
parent 5204 e1a5f4d5d86a
child 6009 14f6fc9869f2
--- a/QTfrontend/pagenetgame.cpp	Sun Sep 18 21:06:09 2011 +0200
+++ b/QTfrontend/pagenetgame.cpp	Sun Sep 18 21:46:00 2011 +0200
@@ -41,6 +41,7 @@
     pChatWidget->setShowFollow(false); // don't show follow in nicks' context menus
     pageLayout->addWidget(pChatWidget, 2, 0, 1, 2);
     pageLayout->setRowStretch(1, 100);
+    pageLayout->setRowStretch(2, 100);
 
     pGameCFG = new GameCFGWidget(this);
     pageLayout->addWidget(pGameCFG, 0, 0);