QTfrontend/ui/page/pagenetgame.cpp
changeset 8434 4821897a0f10
parent 8430 5a5c34a75e1a
child 8453 06541556df53
--- 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"));