summaryrefslogtreecommitdiffstats
path: root/framework/qml/AccountSwitcher.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/AccountSwitcher.qml')
-rw-r--r--framework/qml/AccountSwitcher.qml3
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