diff -r f2d57e987ba9 -r 4821897a0f10 QTfrontend/ui/page/pagenetgame.cpp --- a/QTfrontend/ui/page/pagenetgame.cpp Fri Jan 25 12:54:24 2013 +0100 +++ b/QTfrontend/ui/page/pagenetgame.cpp Fri Jan 25 13:59:27 2013 +0100 @@ -100,7 +100,7 @@ pageLayout->addWidget(pNetTeamsWidget, 1, 1); // Chat - + chatWidget = new HWChatWidget(this, true); chatWidget->setShowFollow(false); // don't show follow in nicks' context menus chatWidget->setIgnoreListKick(true); // kick ignored players automatically @@ -114,7 +114,7 @@ QLayout * PageNetGame::footerLayoutLeftDefinition() { QHBoxLayout * bottomLeftLayout = new QHBoxLayout(); - + btnSetup = addButton(":/res/Settings.png", bottomLeftLayout, 0, true); btnSetup->setWhatsThis(tr("Edit game preferences"));