diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 10:10:44 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 10:10:44 +0200 |
commit | 00cd3cf3ee0018a257517ed141466e44dd6c2ea3 (patch) | |
tree | ea8f5894933f9f535d731ae44b762cf3e976c2ac /framework/qml | |
parent | da810306662140ca9fd1ab7509f4c084e9d27337 (diff) | |
download | kube-00cd3cf3ee0018a257517ed141466e44dd6c2ea3.tar.gz kube-00cd3cf3ee0018a257517ed141466e44dd6c2ea3.zip |
use inverted status icons in folder/account column
Diffstat (limited to 'framework/qml')
-rw-r--r-- | framework/qml/Icons.qml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index bd088525..bed45523 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -23,10 +23,13 @@ import QtQuick 2.7 | |||
23 | 23 | ||
24 | Item { | 24 | Item { |
25 | property string error: "error" | 25 | property string error: "error" |
26 | property string error_inverted: "error-inverted" | ||
26 | property string busy: "view-refresh" | 27 | property string busy: "view-refresh" |
27 | property string noNetworkConnection: "network-disconnect" | 28 | property string busy_inverted: "view-refresh-inverted" |
29 | property string noNetworkConnection_inverted: "network-disconnect-inverted" | ||
28 | property string connected: "dialog-ok" | 30 | property string connected: "dialog-ok" |
29 | property string success: "dialog-ok" | 31 | property string connected_inverted: "dialog-ok-inverted" |
32 | property string success_inverted: "dialog-ok-inverted" | ||
30 | 33 | ||
31 | property string markAsRead: "mail-mark-unread-new" | 34 | property string markAsRead: "mail-mark-unread-new" |
32 | property string markImportant: "mail-mark-important" | 35 | property string markImportant: "mail-mark-important" |