summaryrefslogtreecommitdiffstats
path: root/src/TopRoomBar.cc
diff options
context:
space:
mode:
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();