Elide room settings dialog title

This commit is contained in:
Carl Schwan
2020-11-22 11:58:18 +01:00
parent 59ae9fa18d
commit 201ae823c8

View File

@@ -29,6 +29,7 @@ Kirigami.OverlaySheet {
header: Kirigami.Heading { header: Kirigami.Heading {
text: i18nc("%1 is the room name", "Room Settings - %1", room.displayName) text: i18nc("%1 is the room name", "Room Settings - %1", room.displayName)
elide: Text.ElideRight
} }
contentItem: ColumnLayout { contentItem: ColumnLayout {