summary refs log tree commit diff
path: root/src/TopRoomBar.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-09-20 23:17:11 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-09-20 23:17:11 +0300
commit3d13e1416a31bba0ae19f4db6955dbbfbf897ac1 (patch)
treeb75e28d93ee0a31d5f023721bccb52b9867d485e /src/TopRoomBar.cc
parentDo not capitalise the organization name (diff)
downloadnheko-3d13e1416a31bba0ae19f4db6955dbbfbf897ac1.tar.xz
Use white as the background color
Diffstat (limited to 'src/TopRoomBar.cc')
-rw-r--r--src/TopRoomBar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TopRoomBar.cc b/src/TopRoomBar.cc

index 497b6a01..4f2a5d83 100644 --- a/src/TopRoomBar.cc +++ b/src/TopRoomBar.cc
@@ -26,7 +26,7 @@ TopRoomBar::TopRoomBar(QWidget *parent) { setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); setMinimumSize(QSize(0, 65)); - setStyleSheet("background-color: #f8fbfe; color: #171919;"); + setStyleSheet("background-color: #fff; color: #171919;"); topLayout_ = new QHBoxLayout(); topLayout_->setSpacing(10);