Force plain text in room delegate
This commit is contained in:
@@ -67,6 +67,7 @@ Delegates.RoundedItemDelegate {
|
|||||||
text: root.displayName
|
text: root.displayName
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
font.weight: root.hasNotifications ? Font.Bold : Font.Normal
|
font.weight: root.hasNotifications ? Font.Bold : Font.Normal
|
||||||
|
textFormat: Text.PlainText
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.alignment: subtitle.visible ? Qt.AlignLeft | Qt.AlignBottom : Qt.AlignLeft | Qt.AlignVCenter
|
Layout.alignment: subtitle.visible ? Qt.AlignLeft | Qt.AlignBottom : Qt.AlignLeft | Qt.AlignVCenter
|
||||||
|
|||||||
Reference in New Issue
Block a user