From 00cd3cf3ee0018a257517ed141466e44dd6c2ea3 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 6 Apr 2017 10:10:44 +0200 Subject: use inverted status icons in folder/account column --- framework/qml/Icons.qml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'framework/qml') 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 Item { property string error: "error" + property string error_inverted: "error-inverted" property string busy: "view-refresh" - property string noNetworkConnection: "network-disconnect" + property string busy_inverted: "view-refresh-inverted" + property string noNetworkConnection_inverted: "network-disconnect-inverted" property string connected: "dialog-ok" - property string success: "dialog-ok" + property string connected_inverted: "dialog-ok-inverted" + property string success_inverted: "dialog-ok-inverted" property string markAsRead: "mail-mark-unread-new" property string markImportant: "mail-mark-important" -- cgit v1.2.3