Force plain text in room delegate
(cherry picked from commit 3ab04583ae)
This commit is contained in:
committed by
Carl Schwan
parent
b61685b151
commit
56184920b4
@@ -65,6 +65,7 @@ Delegates.RoundedItemDelegate {
|
||||
text: root.displayName
|
||||
elide: Text.ElideRight
|
||||
font.weight: root.hasNotifications ? Font.Bold : Font.Normal
|
||||
textFormat: Text.PlainText
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.alignment: subtitle.visible ? Qt.AlignLeft | Qt.AlignBottom : Qt.AlignLeft | Qt.AlignVCenter
|
||||
|
||||
Reference in New Issue
Block a user