summary refs log tree commit diff
path: root/src/TimelineViewManager.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/TimelineViewManager.cc
parentDo not capitalise the organization name (diff)
downloadnheko-3d13e1416a31bba0ae19f4db6955dbbfbf897ac1.tar.xz
Use white as the background color
Diffstat (limited to 'src/TimelineViewManager.cc')
-rw-r--r--src/TimelineViewManager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TimelineViewManager.cc b/src/TimelineViewManager.cc

index 2adbba34..afc8881b 100644 --- a/src/TimelineViewManager.cc +++ b/src/TimelineViewManager.cc
@@ -31,7 +31,7 @@ TimelineViewManager::TimelineViewManager(QSharedPointer<MatrixClient> client, QW : QStackedWidget(parent) , client_(client) { - setStyleSheet("QWidget { background: #f8fbfe; color: #e8e8e8; border: none;}"); + setStyleSheet("QWidget { background: #fff; color: #e8e8e8; border: none;}"); connect( client_.data(), &MatrixClient::messageSent, this, &TimelineViewManager::messageSent);