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

@@ -12,9 +12,7 @@ Kirigami.OverlaySheet {
property string sourceText
header: Kirigami.Heading {
text: i18n("Message Source")
}
title: i18n("Message Source")
TextArea {
id: sourceTextArea