diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 09:37:47 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 09:37:47 +0200 |
commit | da810306662140ca9fd1ab7509f4c084e9d27337 (patch) | |
tree | 375003f6657ac21859585a2e11a70c51248820ef /framework/qml/AccountSwitcher.qml | |
parent | 8cc436225819b3b255f44a48e0cf91462b6efe8a (diff) | |
download | kube-da810306662140ca9fd1ab7509f4c084e9d27337.tar.gz kube-da810306662140ca9fd1ab7509f4c084e9d27337.zip |
invert toolbar icons and move it to the bottom. adjust accout swithcer accordingly
Diffstat (limited to 'framework/qml/AccountSwitcher.qml')
-rw-r--r-- | framework/qml/AccountSwitcher.qml | 3 |
1 files changed, 1 insertions, 2 deletions
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 { | |||
44 | id: accountsModel | 44 | id: accountsModel |
45 | } | 45 | } |
46 | 46 | ||
47 | |||
48 | onClicked: { | 47 | onClicked: { |
49 | popup.open() | 48 | popup.open() |
50 | } | 49 | } |
@@ -55,7 +54,7 @@ Controls.ToolButton { | |||
55 | height: listView.count == 0 ? Kirigami.Units.gridUnit * 4 : Kirigami.Units.gridUnit * 2 + listView.count * Kirigami.Units.gridUnit * 3 | 54 | height: listView.count == 0 ? Kirigami.Units.gridUnit * 4 : Kirigami.Units.gridUnit * 2 + listView.count * Kirigami.Units.gridUnit * 3 |
56 | width: Kirigami.Units.gridUnit * 20 | 55 | width: Kirigami.Units.gridUnit * 20 |
57 | 56 | ||
58 | y: accountSwitcher.height | 57 | y: accountSwitcher.y - height |
59 | 58 | ||
60 | modal: true | 59 | modal: true |
61 | focus: true | 60 | focus: true |