summary refs log tree commit diff
path: root/src/RoomList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RoomList.cpp')
-rw-r--r--src/RoomList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RoomList.cpp b/src/RoomList.cpp

index a2d28c13..c1b080c0 100644 --- a/src/RoomList.cpp +++ b/src/RoomList.cpp
@@ -53,9 +53,9 @@ RoomList::RoomList(QWidget *parent) scrollAreaContents_->setObjectName("roomlist_area"); contentsLayout_ = new QVBoxLayout(scrollAreaContents_); + contentsLayout_->setAlignment(Qt::AlignTop); contentsLayout_->setSpacing(0); contentsLayout_->setMargin(0); - contentsLayout_->addStretch(1); scrollArea_->setWidget(scrollAreaContents_); topLayout_->addWidget(scrollArea_);