diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-04 07:22:50 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-04 15:19:55 +0200 |
commit | 4c1f62bceff8db26da6d0354b29438c3294e2522 (patch) | |
tree | 9dd8271742e8974fea248ae12659e05111d07d6e /components/accounts/contents | |
parent | 65362ba42ac14f718b36b8e527f1d14605fd1761 (diff) | |
download | kube-4c1f62bceff8db26da6d0354b29438c3294e2522.tar.gz kube-4c1f62bceff8db26da6d0354b29438c3294e2522.zip |
use theme
Diffstat (limited to 'components/accounts/contents')
-rw-r--r-- | components/accounts/contents/ui/AccountWizardPage.qml | 12 | ||||
-rw-r--r-- | components/accounts/contents/ui/CreateGmail.qml | 10 |
2 files changed, 11 insertions, 11 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 |
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" |