# HG changeset patch # User sheepluva # Date 1319218665 -7200 # Node ID 6cb88fec7a79530e74135310abd83e99e798444d # Parent 809e1076ffe2a54f193364b49804704de6ee0924 fix netgame layout issues, I think all layout issues caused by page refactoring are fixed now, if you find any more let me know 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);