diff -r 353c2f830888 -r 7f48321fc38a QTfrontend/pages.cpp --- a/QTfrontend/pages.cpp Tue Feb 20 18:51:05 2007 +0000 +++ b/QTfrontend/pages.cpp Tue Feb 20 19:00:46 2007 +0000 @@ -520,6 +520,7 @@ // chatwidget pChatWidget = new HWChatWidget(this); pageLayout->addWidget(pChatWidget, 1, 0); + pageLayout->setRowStretch(1, 100); pGameCFG = new GameCFGWidget(this); pageLayout->addWidget(pGameCFG, 0, 0);