summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui/AccountWizardPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/accounts/contents/ui/AccountWizardPage.qml')
-rw-r--r--components/accounts/contents/ui/AccountWizardPage.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/components/accounts/contents/ui/AccountWizardPage.qml b/components/accounts/contents/ui/AccountWizardPage.qml
index f5f8c4ae..034c8fd5 100644
--- a/components/accounts/contents/ui/AccountWizardPage.qml
+++ b/components/accounts/contents/ui/AccountWizardPage.qml
@@ -36,7 +36,7 @@ Item {
36 } 36 }
37 37
38 Controls.ToolButton { 38 Controls.ToolButton {
39 iconName: "go-previous" 39 iconName: KubeTheme.Icons.goBack
40 tooltip: "go back" 40 tooltip: "go back"
41 onClicked: { 41 onClicked: {
42 stack.pop() 42 stack.pop()
@@ -48,7 +48,7 @@ Item {
48 48
49 anchors { 49 anchors {
50 fill: parent 50 fill: parent
51 margins: Kirigami.Units.largeSpacing * 2 51 margins: KubeTheme.Units.largeSpacing * 2
52 } 52 }
53 53
54 Kirigami.Heading { 54 Kirigami.Heading {
@@ -77,7 +77,7 @@ Item {
77 top:subHeadline.bottom 77 top:subHeadline.bottom
78 left: parent.left 78 left: parent.left
79 right: parent.right 79 right: parent.right
80 topMargin: Kirigami.Units.largeSpacing * 2 80 topMargin: KubeTheme.Units.largeSpacing * 2
81 } 81 }
82 82
83 Loader { 83 Loader {
@@ -105,12 +105,12 @@ Item {
105 bottom: parent.bottom 105 bottom: parent.bottom
106 left: parent.left 106 left: parent.left
107 right: parent.right 107 right: parent.right
108 topMargin: Kirigami.Units.largeSpacing * 2 108 topMargin: KubeTheme.Units.largeSpacing * 2
109 } 109 }
110 110
111 columns: 2 111 columns: 2
112 columnSpacing: Kirigami.Units.largeSpacing 112 columnSpacing: KubeTheme.Units.largeSpacing
113 rowSpacing: Kirigami.Units.largeSpacing 113 rowSpacing: KubeTheme.Units.largeSpacing
114 114
115 Item { 115 Item {
116 Layout.fillHeight: true 116 Layout.fillHeight: true