# HG changeset patch # User nemo # Date 1284481059 14400 # Node ID 561275a3f33b2670229c98a26db61b2be22d4ee9 # Parent cbd37f91d9a2dab367413153fcaba35ce7f832e2 Revert accidental commit of inu's stretching of this column diff -r cbd37f91d9a2 -r 561275a3f33b QTfrontend/pages.cpp --- 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();