summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui/AccountWizard.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/accounts/contents/ui/AccountWizard.qml')
-rw-r--r--components/accounts/contents/ui/AccountWizard.qml10
1 files changed, 3 insertions, 7 deletions
diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml
index f7296924..d108b013 100644
--- a/components/accounts/contents/ui/AccountWizard.qml
+++ b/components/accounts/contents/ui/AccountWizard.qml
@@ -22,7 +22,7 @@ import QtQuick.Controls 2.0 as Controls2
22import org.kde.kirigami 1.0 as Kirigami 22import org.kde.kirigami 1.0 as Kirigami
23import org.kube.framework 1.0 as Kube 23import org.kube.framework 1.0 as Kube
24 24
25Controls2.Popup { 25Kube.Popup {
26 id: popup 26 id: popup
27 27
28 modal: true 28 modal: true
@@ -43,10 +43,8 @@ Controls2.Popup {
43 id: mainView 43 id: mainView
44 44
45 Item { 45 Item {
46 anchors { 46 anchors.fill: parent
47 fill: parent 47
48 margins: Kirigami.Units.largeSpacing * 2
49 }
50 Kirigami.Heading { 48 Kirigami.Heading {
51 id: heading 49 id: heading
52 text: "Select your new account type" 50 text: "Select your new account type"
@@ -54,9 +52,7 @@ Controls2.Popup {
54 } 52 }
55 53
56 ColumnLayout { 54 ColumnLayout {
57
58 anchors.centerIn: parent 55 anchors.centerIn: parent
59
60 width: parent.width * 0.4 56 width: parent.width * 0.4
61 57
62 spacing: Kirigami.Units.largeSpacing 58 spacing: Kirigami.Units.largeSpacing