diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-03 10:57:48 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-03 10:57:48 +0200 |
commit | f62018ca5f03f44342528d035aa7b45ae438cd1a (patch) | |
tree | 3838520cd7055658d87671fb37fa241d4f6d941f /components/mail/contents/ui/Mail.qml | |
parent | 49824a0bb7ca2d35b5a3f074ecd86ffd6a1f177a (diff) | |
download | kube-f62018ca5f03f44342528d035aa7b45ae438cd1a.tar.gz kube-f62018ca5f03f44342528d035aa7b45ae438cd1a.zip |
An Icon component that requests icons from the kube image provider
Diffstat (limited to 'components/mail/contents/ui/Mail.qml')
-rw-r--r-- | components/mail/contents/ui/Mail.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mail/contents/ui/Mail.qml b/components/mail/contents/ui/Mail.qml index 6779cd10..3978098f 100644 --- a/components/mail/contents/ui/Mail.qml +++ b/components/mail/contents/ui/Mail.qml | |||
@@ -294,7 +294,7 @@ Controls2.ApplicationWindow { | |||
294 | color: KubeTheme.Colors.highlightedTextColor | 294 | color: KubeTheme.Colors.highlightedTextColor |
295 | } | 295 | } |
296 | 296 | ||
297 | ToolButton { | 297 | KubeComponents.Icon { |
298 | id: statusIcon | 298 | id: statusIcon |
299 | visible: false | 299 | visible: false |
300 | iconName: "" | 300 | iconName: "" |