diff -r 809e1076ffe2 -r 6cb88fec7a79 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);