mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Be explicit about room's name color
This commit is contained in:
parent
a45582585d
commit
0fddb7ebff
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue