QTfrontend/pages.cpp
changeset 3866 561275a3f33b
parent 3864 cbd37f91d9a2
child 3867 5c432e64f5ae
--- a/QTfrontend/pages.cpp	Tue Sep 14 17:42:51 2010 +0200
+++ b/QTfrontend/pages.cpp	Tue Sep 14 12:17:39 2010 -0400
@@ -1089,7 +1089,7 @@
     roomsList->horizontalHeader()->setResizeMode(QHeaderView::Interactive);
     roomsList->setAlternatingRowColors(true);
     pageLayout->addWidget(roomsList, 1, 0, 3, 1);
-    pageLayout->setRowStretch(2, 320);
+    pageLayout->setRowStretch(2, 100);
     
     QHBoxLayout * filterLayout = new QHBoxLayout();