fix netgame layout issues, I think all layout issues caused by page refactoring are fixed now, if you find any more let me know
authorsheepluva
Fri, 21 Oct 2011 19:37:45 +0200
changeset 6173 6cb88fec7a79
parent 6172 809e1076ffe2
child 6174 2d5717595471
fix netgame layout issues, I think all layout issues caused by page refactoring are fixed now, if you find any more let me know
QTfrontend/ui/page/pagenetgame.cpp
--- 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);