summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui/CreateGmail.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/accounts/contents/ui/CreateGmail.qml')
-rw-r--r--components/accounts/contents/ui/CreateGmail.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/accounts/contents/ui/CreateGmail.qml b/components/accounts/contents/ui/CreateGmail.qml
index d031a051..2b29f9ee 100644
--- a/components/accounts/contents/ui/CreateGmail.qml
+++ b/components/accounts/contents/ui/CreateGmail.qml
@@ -32,7 +32,7 @@ Item {
32 } 32 }
33 33
34 Controls.ToolButton { 34 Controls.ToolButton {
35 iconName: "go-previous" 35 iconName: KubeTheme.Icons.goBack
36 36
37 tooltip: "go back" 37 tooltip: "go back"
38 38
@@ -46,7 +46,7 @@ Item {
46 46
47 anchors { 47 anchors {
48 fill: parent 48 fill: parent
49 margins: Kirigami.Units.largeSpacing * 2 49 margins: KubeTheme.Units.largeSpacing * 2
50 } 50 }
51 51
52 Kirigami.Heading { 52 Kirigami.Heading {
@@ -79,12 +79,12 @@ Item {
79 bottom: parent.bottom 79 bottom: parent.bottom
80 left: parent.left 80 left: parent.left
81 right: parent.right 81 right: parent.right
82 topMargin: Kirigami.Units.largeSpacing * 2 82 topMargin: KubeTheme.Units.largeSpacing * 2
83 } 83 }
84 84
85 columns: 2 85 columns: 2
86 columnSpacing: Kirigami.Units.largeSpacing 86 columnSpacing: KubeTheme.Units.largeSpacing
87 rowSpacing: Kirigami.Units.largeSpacing 87 rowSpacing: KubeTheme.Units.largeSpacing
88 88
89 Controls.Label { 89 Controls.Label {
90 text: "Title of Account" 90 text: "Title of Account"