summary refs log tree commit diff
path: root/src/RoomList.cpp
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-26 12:12:00 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-26 12:12:00 +0300
commitf8a1ed84a882d31d5c4d85449e3e56d838fe2fec (patch)
treea75dd0bfbd00fd911521d6c6bb97b366ef962c5d /src/RoomList.cpp
parentAdd missing tooltips on buttons (diff)
downloadnheko-f8a1ed84a882d31d5c4d85449e3e56d838fe2fec.tar.xz
Fix background color on the room list widget
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);