Make usernames in timeline less bold
This commit is contained in:
parent
953634c9b5
commit
81a706bf20
@ -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 New Issue
Block a user