changeset 3867 | 5c432e64f5ae |
parent 3865 | 0b1c426b035f |
parent 3866 | 561275a3f33b |
child 3868 | aaac0e8641c6 |
--- a/QTfrontend/pages.cpp Tue Sep 14 18:41:37 2010 +0200 +++ b/QTfrontend/pages.cpp Tue Sep 14 18:43:14 2010 +0200 @@ -1091,7 +1091,7 @@ roomsList->setShowGrid(false); roomsList->setSelectionMode(QAbstractItemView::SingleSelection); pageLayout->addWidget(roomsList, 1, 0, 3, 1); - pageLayout->setRowStretch(2, 320); + pageLayout->setRowStretch(2, 100); QHBoxLayout * filterLayout = new QHBoxLayout();