From 4b501d7c7bb37423a3963b85a74e804e22368095 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 20 Mar 2017 09:32:53 +0100 Subject: Accountwizard with title --- components/accounts/contents/ui/AccountWizard.qml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'components/accounts') diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml index ddf7a6ef..e3d12638 100644 --- a/components/accounts/contents/ui/AccountWizard.qml +++ b/components/accounts/contents/ui/AccountWizard.qml @@ -42,6 +42,15 @@ Controls2.Popup { id: mainView Item { + anchors { + fill: parent + margins: Kirigami.Units.largeSpacing * 2 + } + Kirigami.Heading { + id: heading + text: "Select your new account type" + color: Kirigami.Theme.highlightColor + } ColumnLayout { @@ -56,7 +65,7 @@ Controls2.Popup { model: ["kolabnow", "imap", "maildir", "gmail"] delegate: Controls2.Button { Layout.fillWidth: true - text: modelData +" account" + text: modelData onClicked: { stack.push(wizardPage.createObject(app, {accountType:modelData})) } -- cgit v1.2.3