QTfrontend/pages.cpp
changeset 3861 4629026ff75a
parent 3834 b7ecf8db4dba
child 3864 cbd37f91d9a2
--- a/QTfrontend/pages.cpp	Mon Sep 13 21:59:49 2010 -0400
+++ b/QTfrontend/pages.cpp	Tue Sep 14 00:17:22 2010 -0400
@@ -1089,7 +1089,7 @@
     roomsList->horizontalHeader()->setResizeMode(QHeaderView::Interactive);
     roomsList->setAlternatingRowColors(true);
     pageLayout->addWidget(roomsList, 1, 0, 3, 1);
-    pageLayout->setRowStretch(2, 100);
+    pageLayout->setRowStretch(2, 320);
     
     QHBoxLayout * filterLayout = new QHBoxLayout();