Wrap room display name in Room Drawer

This commit is contained in:
Tobias Fella
2023-08-13 20:02:58 +02:00
parent af793fb865
commit 22fd24549b

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 {