diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-04 07:50:10 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-04 15:19:55 +0200 |
commit | c080af579c4a692a071c03a81482ceba9f5b9114 (patch) | |
tree | b50a26b318699ecfbeb7d8009e0f2ca4334dd1e5 /components/theme/contents/ui/Icons.qml | |
parent | 4c1f62bceff8db26da6d0354b29438c3294e2522 (diff) | |
download | kube-c080af579c4a692a071c03a81482ceba9f5b9114.tar.gz kube-c080af579c4a692a071c03a81482ceba9f5b9114.zip |
Different name, same icon
Diffstat (limited to 'components/theme/contents/ui/Icons.qml')
-rw-r--r-- | components/theme/contents/ui/Icons.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/theme/contents/ui/Icons.qml b/components/theme/contents/ui/Icons.qml index e1b8f4f4..0b161635 100644 --- a/components/theme/contents/ui/Icons.qml +++ b/components/theme/contents/ui/Icons.qml | |||
@@ -25,8 +25,8 @@ Item { | |||
25 | property string error: "error" | 25 | property string error: "error" |
26 | property string busy: "view-refresh" | 26 | property string busy: "view-refresh" |
27 | property string noNetworkConnection: "network-disconnect" | 27 | property string noNetworkConnection: "network-disconnect" |
28 | property string connected: "checkmark" | 28 | property string connected: "dialog-ok" |
29 | property string success: "checkmark" | 29 | property string success: "dialog-ok" |
30 | 30 | ||
31 | property string markAsRead: "mail-mark-unread-new" | 31 | property string markAsRead: "mail-mark-unread-new" |
32 | property string markImportant: "mail-mark-important" | 32 | property string markImportant: "mail-mark-important" |