Minor font changes.
This commit is contained in:
parent
bcb612856d
commit
a62792fa3b
|
@ -61,6 +61,8 @@ RowLayout {
|
||||||
spacing: 0
|
spacing: 0
|
||||||
|
|
||||||
AutoLabel {
|
AutoLabel {
|
||||||
|
id: authorLabel
|
||||||
|
|
||||||
visible: messageRow.avatarVisible
|
visible: messageRow.avatarVisible
|
||||||
text: author.displayName
|
text: author.displayName
|
||||||
Material.foreground: Material.accent
|
Material.foreground: Material.accent
|
||||||
|
@ -83,7 +85,8 @@ RowLayout {
|
||||||
visible: isText
|
visible: isText
|
||||||
color: highlighted ? "white": Material.foreground
|
color: highlighted ? "white": Material.foreground
|
||||||
|
|
||||||
font: Qt.font({pointSize: 10})
|
font.family: authorLabel.font.family
|
||||||
|
font.pointSize: 10
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
readOnly: true
|
readOnly: true
|
||||||
wrapMode: Label.Wrap
|
wrapMode: Label.Wrap
|
||||||
|
|
Loading…
Reference in New Issue