# HG changeset patch # User sheepluva # Date 1316375160 -7200 # Node ID 74bc72746bec68806344f4ba7be0d1bc6e05d380 # Parent 2e5182c5617a6c25a7961d85abc7c55f911ff361 make chatsection in game room stretch if space is available diff -r 2e5182c5617a -r 74bc72746bec QTfrontend/pagenetgame.cpp --- 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);