From da810306662140ca9fd1ab7509f4c084e9d27337 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 6 Apr 2017 09:37:47 +0200 Subject: invert toolbar icons and move it to the bottom. adjust accout swithcer accordingly --- framework/qml/Icons.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/qml/Icons.qml') diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 0b161635..bd088525 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml @@ -35,9 +35,9 @@ Item { property string edit: "document-edit" property string replyToSender: "mail-reply-sender" - property string menu: "application-menu" - property string user: "im-user" - property string search: "edit-find" + property string menu_inverted: "application-menu-inverted" + property string user_inverted: "im-user-inverted" + property string search_inverted: "edit-find-inverted" property string goBack: "go-previous" property string goDown: "go-down" property string goUp: "go-down" -- cgit v1.2.3