diff options
Diffstat (limited to 'components/package/contents/ui/AccountSwitcher.qml')
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index 16e84931..6d1c0aa2 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -38,9 +38,6 @@ Controls2.Button { | |||
38 | id: folderController | 38 | id: folderController |
39 | } | 39 | } |
40 | 40 | ||
41 | Layout.fillWidth: true | ||
42 | height: parent.height | ||
43 | |||
44 | text: "Accounts" | 41 | text: "Accounts" |
45 | 42 | ||
46 | onClicked: { | 43 | onClicked: { |
@@ -54,8 +51,8 @@ Controls2.Button { | |||
54 | height: 300 | 51 | height: 300 |
55 | width: 600 | 52 | width: 600 |
56 | 53 | ||
57 | x: parent.x | 54 | x: 0 |
58 | y: parent.y + parent.height | 55 | y: - popup.height |
59 | 56 | ||
60 | modal: true | 57 | modal: true |
61 | focus: true | 58 | focus: true |