summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui/CreateGmail.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-04 07:22:50 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-04 15:19:55 +0200
commit4c1f62bceff8db26da6d0354b29438c3294e2522 (patch)
tree9dd8271742e8974fea248ae12659e05111d07d6e /components/accounts/contents/ui/CreateGmail.qml
parent65362ba42ac14f718b36b8e527f1d14605fd1761 (diff)
downloadkube-4c1f62bceff8db26da6d0354b29438c3294e2522.tar.gz
kube-4c1f62bceff8db26da6d0354b29438c3294e2522.zip
use theme
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"