Fix displaying user names with bold text

Property "font.bold" is ignored for QQC2.Label (see: https://phabricator.kde.org/D14495)
This commit is contained in:
Yaroslav Sidlovsky
2021-01-16 15:04:55 +03:00
parent 038441b854
commit 6893cb361e

View File

@@ -95,7 +95,7 @@ RowLayout {
visible: showAuthor && !isEmote
text: author.displayName
font.bold: true
font.weight: Font.Bold
color: author.color
wrapMode: Text.Wrap
}