author | sheepluva |
Sun, 18 Sep 2011 21:46:00 +0200 | |
branch | 0.9.16 |
changeset 5960 | 74bc72746bec |
parent 5959 | 2e5182c5617a |
child 5961 | b9446e994857 |
child 5962 | a5267091b205 |
--- 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);