Wrap room display name in Room Drawer
(cherry picked from commit 22fd24549b)
This commit is contained in:
committed by
Carl Schwan
parent
a8d7744b42
commit
28391b53e5
@@ -61,6 +61,7 @@ ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
text: room ? room.displayName : i18n("No name")
|
||||
textFormat: Text.PlainText
|
||||
wrapMode: Text.Wrap
|
||||
}
|
||||
|
||||
Kirigami.SelectableLabel {
|
||||
|
||||
Reference in New Issue
Block a user