fix netgame layout issues, I think all layout issues caused by page refactoring are fixed now, if you find any more let me know
--- 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);