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:
@@ -95,7 +95,7 @@ RowLayout {
|
|||||||
visible: showAuthor && !isEmote
|
visible: showAuthor && !isEmote
|
||||||
|
|
||||||
text: author.displayName
|
text: author.displayName
|
||||||
font.bold: true
|
font.weight: Font.Bold
|
||||||
color: author.color
|
color: author.color
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user