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 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'framework/qml/AccountSwitcher.qml') 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 -- cgit v1.2.3