summaryrefslogtreecommitdiffstats
path: root/src/TopRoomBar.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-22 19:09:19 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-22 19:09:19 +0200
commit929b2df6fb28a1e431027afb032f5eeefd0106b7 (patch)
tree1382bcf577b1ea9ef7e1fb7b812a4f28f30bb9bf /src/TopRoomBar.cc
parent937caddacd628e823ab077507611a60bf823c894 (diff)
parent19b526d4533841ca91209929f0d6aef6042a8eeb (diff)
Merge branch 'theme'
Diffstat (limited to 'src/TopRoomBar.cc')
-rw-r--r--src/TopRoomBar.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/TopRoomBar.cc b/src/TopRoomBar.cc
index 7bec888d..d852ae32 100644
--- a/src/TopRoomBar.cc
+++ b/src/TopRoomBar.cc
@@ -41,8 +41,6 @@ TopRoomBar::TopRoomBar(QWidget *parent)
avatar_ = new Avatar(this);
avatar_->setLetter(QChar('?'));
- avatar_->setBackgroundColor(QColor("#d6dde3"));
- avatar_->setTextColor(QColor("#555459"));
avatar_->setSize(35);
textLayout_ = new QVBoxLayout();