mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 12:08:50 +03:00
Make usernames in timeline less bold
This commit is contained in:
parent
953634c9b5
commit
81a706bf20
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ TimelineItem::generateBody(const QString &userid, const QString &body)
|
||||||
}
|
}
|
||||||
|
|
||||||
QFont usernameFont = font_;
|
QFont usernameFont = font_;
|
||||||
usernameFont.setBold(true);
|
usernameFont.setWeight(60);
|
||||||
|
|
||||||
QFontMetrics fm(usernameFont);
|
QFontMetrics fm(usernameFont);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue