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

index 6bfbf400..3134f820 100644 --- a/src/ChatPage.cc +++ b/src/ChatPage.cc
@@ -36,7 +36,7 @@ ChatPage::ChatPage(QSharedPointer<MatrixClient> client, QWidget *parent) , sync_interval_(2000) , client_(client) { - setStyleSheet("background-color: #f8fbfe;"); + setStyleSheet("background-color: #fff;"); topLayout_ = new QHBoxLayout(this); topLayout_->setSpacing(0);