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

@@ -361,9 +361,7 @@ Kirigami.ApplicationWindow {
property string url: ""
header: Kirigami.Heading {
text: i18n("User consent")
}
title: i18n("User consent")
QQC2.Label {
id: label
@@ -402,9 +400,7 @@ Kirigami.ApplicationWindow {
required property var user;
parent: QQC2.ApplicationWindow.overlay
header: Kirigami.Heading {
text: i18n("Start a chat")
}
title: i18n("Start a chat")
contentItem: QQC2.Label {
text: i18n("Do you want to start a chat with %1?", user.displayName)
wrapMode: Text.WordWrap