Port to OverlaySheet.title
This commit is contained in:
@@ -14,9 +14,7 @@ Kirigami.OverlaySheet {
|
||||
|
||||
parent: applicationWindow().overlay
|
||||
|
||||
header: Kirigami.Heading {
|
||||
text: i18n("Create a Room")
|
||||
}
|
||||
title: i18n("Create a Room")
|
||||
|
||||
contentItem: Kirigami.FormLayout {
|
||||
TextField {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -27,13 +27,7 @@ Kirigami.OverlaySheet {
|
||||
rightPadding: 0
|
||||
topPadding: 0
|
||||
|
||||
header: Kirigami.Heading {
|
||||
id: heading
|
||||
text: i18nc("@title:menu Account detail dialog", "Account detail")
|
||||
elide: Text.ElideRight
|
||||
QQC2.ToolTip.visible: truncated && hovered
|
||||
QQC2.ToolTip.text: text
|
||||
}
|
||||
title: i18nc("@title:menu Account detail dialog", "Account detail")
|
||||
|
||||
contentItem: ColumnLayout {
|
||||
spacing: 0
|
||||
|
||||
Reference in New Issue
Block a user