Skip to content
Snippets Groups Projects
Commit 0fddb7eb authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Be explicit about room's name color

parent a4558258
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ void RoomInfoListItem::paintEvent(QPaintEvent *event)
QFontMetrics metrics(font);
p.setFont(font);
p.setPen(QColor("#333"));
QRect avatarRegion(Padding, Padding, IconSize, IconSize);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment