Port to OverlaySheet.title

This commit is contained in:
Carl Schwan
2021-10-16 17:41:48 +02:00
parent 8648b4a3bf
commit d42ad85b30
7 changed files with 9 additions and 32 deletions

View File

@@ -22,10 +22,7 @@ Kirigami.OverlaySheet {
parent: applicationWindow().overlay
header: Kirigami.Heading {
text: i18nc("%1 is the room name", "Room Settings - %1", room.displayName)
elide: Text.ElideRight
}
title: i18nc("%1 is the room name", "Room Settings - %1", room.displayName)
contentItem: ColumnLayout {
RowLayout {