From 50eed45a738982afd219eafaf9644fe3ced5b2a8 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Thu, 18 Nov 2021 19:01:07 +0100 Subject: [PATCH] DesktopSystemDialog: title = mainText by default --- components/dialogs/DesktopSystemDialog.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/dialogs/DesktopSystemDialog.qml b/components/dialogs/DesktopSystemDialog.qml index 06e4c46ad..c1d32f53a 100644 --- a/components/dialogs/DesktopSystemDialog.qml +++ b/components/dialogs/DesktopSystemDialog.qml @@ -94,6 +94,7 @@ Kirigami.AbstractApplicationWindow { spacing: Kirigami.Units.largeSpacing Kirigami.Heading { id: titleHeading + text: root.title Layout.fillWidth: true level: 2 wrapMode: Text.Wrap