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/mail | |
parent | 65362ba42ac14f718b36b8e527f1d14605fd1761 (diff) | |
download | kube-4c1f62bceff8db26da6d0354b29438c3294e2522.tar.gz kube-4c1f62bceff8db26da6d0354b29438c3294e2522.zip |
use theme
Diffstat (limited to 'components/mail')
-rw-r--r-- | components/mail/contents/ui/Mail.qml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/components/mail/contents/ui/Mail.qml b/components/mail/contents/ui/Mail.qml index 6a450d7f..c7491d36 100644 --- a/components/mail/contents/ui/Mail.qml +++ b/components/mail/contents/ui/Mail.qml | |||
@@ -181,14 +181,13 @@ Controls2.ApplicationWindow { | |||
181 | 181 | ||
182 | KubeComponents.AccountSwitcher { | 182 | KubeComponents.AccountSwitcher { |
183 | id: accountSwitcher | 183 | id: accountSwitcher |
184 | 184 | iconName: KubeTheme.Icons.menu | |
185 | iconName: "kdenlive-menu" | ||
186 | height: KubeTheme.Units.gridUnit * 1.5 | 185 | height: KubeTheme.Units.gridUnit * 1.5 |
187 | width: height | 186 | width: height |
188 | } | 187 | } |
189 | 188 | ||
190 | ToolButton { | 189 | ToolButton { |
191 | iconName: "user" | 190 | iconName: KubeTheme.Icons.user |
192 | height: KubeTheme.Units.gridUnit * 1.5 | 191 | height: KubeTheme.Units.gridUnit * 1.5 |
193 | width: height | 192 | width: height |
194 | 193 | ||
@@ -198,7 +197,7 @@ Controls2.ApplicationWindow { | |||
198 | } | 197 | } |
199 | 198 | ||
200 | ToolButton { | 199 | ToolButton { |
201 | iconName: "search" | 200 | iconName: KubeTheme.Icons.search |
202 | height: KubeTheme.Units.gridUnit * 1.5 | 201 | height: KubeTheme.Units.gridUnit * 1.5 |
203 | width: height | 202 | width: height |
204 | 203 | ||