Wrap room display name in Room Drawer

(cherry picked from commit 22fd24549b)
This commit is contained in:
Tobias Fella
2023-08-13 20:02:58 +02:00
committed by Carl Schwan
parent a8d7744b42
commit 28391b53e5

View File

@@ -61,6 +61,7 @@ ColumnLayout {
Layout.fillWidth: true
text: room ? room.displayName : i18n("No name")
textFormat: Text.PlainText
wrapMode: Text.Wrap
}
Kirigami.SelectableLabel {