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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RoomList.cpp b/src/RoomList.cpp

index 86b9714d..8c13a7a7 100644 --- a/src/RoomList.cpp +++ b/src/RoomList.cpp
@@ -51,6 +51,7 @@ RoomList::RoomList(QSharedPointer<UserSettings> userSettings, QWidget *parent) #endif scrollAreaContents_ = new QWidget(this); + scrollAreaContents_->setObjectName("roomlist_area"); contentsLayout_ = new QVBoxLayout(scrollAreaContents_); contentsLayout_->setSpacing(0);