Make usernames in timeline less bold

This commit is contained in:
Konstantinos Sideris 2018-01-08 11:27:37 +02:00
parent 953634c9b5
commit 81a706bf20
1 changed files with 1 additions and 1 deletions

View File

@ -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);