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

@@ -133,9 +133,7 @@ Kirigami.Page {
property var connection
header: Kirigami.Heading {
text: i18n("Edit Account")
}
title: i18n("Edit Account")
Kirigami.FormLayout {
RowLayout {

View File

@@ -82,9 +82,7 @@ Kirigami.Page {
property var index
header: Kirigami.Heading {
text: i18n("Remove device")
}
title: i18n("Remove device")
Kirigami.FormLayout {
Controls.TextField {
id: passwordField
@@ -107,9 +105,7 @@ Kirigami.Page {
property int index
property string name
header: Kirigami.Heading {
text: i18n("Edit device")
}
title: i18n("Edit device")
Kirigami.FormLayout {
Controls.TextField {
id: nameField