QTfrontend/ui/page/pagenetgame.cpp
changeset 6173 6cb88fec7a79
parent 6171 8627698134b6
child 6180 0992fc5a4ad9
--- a/QTfrontend/ui/page/pagenetgame.cpp	Fri Oct 21 19:27:40 2011 +0200
+++ b/QTfrontend/ui/page/pagenetgame.cpp	Fri Oct 21 19:37:45 2011 +0200
@@ -77,6 +77,8 @@
 
     bottomLayout->addWidget(leRoomName);
     BtnUpdate = addButton(QAction::tr("Update"), bottomLayout, 1, false);
+
+    bottomLayout->addStretch();
     bottomLayout->addWidget(BtnGo);
 
     BtnMaster = addButton(tr("Control"), bottomLayout, 3);