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/AccountSwitcher.qml | 3 +-- framework/qml/Icons.qml | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'framework') diff --git a/framework/qml/AccountSwitcher.qml b/framework/qml/AccountSwitcher.qml index dd33c940..2c5d572e 100644 --- a/framework/qml/AccountSwitcher.qml +++ b/framework/qml/AccountSwitcher.qml @@ -44,7 +44,6 @@ Controls.ToolButton { id: accountsModel } - onClicked: { popup.open() } @@ -55,7 +54,7 @@ Controls.ToolButton { height: listView.count == 0 ? Kirigami.Units.gridUnit * 4 : Kirigami.Units.gridUnit * 2 + listView.count * Kirigami.Units.gridUnit * 3 width: Kirigami.Units.gridUnit * 20 - y: accountSwitcher.height + y: accountSwitcher.y - height modal: true focus: true 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