QTfrontend/ui/page/pageroomslist.cpp
changeset 6146 c7c2dd71ced4
parent 6060 fdfc01419815
child 6165 6fe3e922246e
--- a/QTfrontend/ui/page/pageroomslist.cpp	Tue Oct 18 00:01:26 2011 +0200
+++ b/QTfrontend/ui/page/pageroomslist.cpp	Tue Oct 18 00:13:50 2011 +0200
@@ -96,6 +96,11 @@
     BtnRefresh = addButton(tr("Refresh"), pageLayout, 3, 2);
     BtnClear = addButton(tr("Clear"), pageLayout, 4, 2);
 
+    // strech all but the buttons column
+    pageLayout->setColumnStretch(0, 1);
+    pageLayout->setColumnStretch(1, 1);
+    pageLayout->setColumnStretch(2, 0);
+
     CBRules->addItem(QComboBox::tr("Any"));
     CBState->addItem(QComboBox::tr("Any"));
     CBState->addItem(QComboBox::tr("In lobby"));