summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/AccountSwitcher.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui/AccountSwitcher.qml')
-rw-r--r--components/package/contents/ui/AccountSwitcher.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml
index 8004308a..3435f20c 100644
--- a/components/package/contents/ui/AccountSwitcher.qml
+++ b/components/package/contents/ui/AccountSwitcher.qml
@@ -29,7 +29,7 @@ Controls2.Button {
29 id: accountSwitcher 29 id: accountSwitcher
30 30
31 Layout.fillWidth: true 31 Layout.fillWidth: true
32 Layout.fillHeight: true 32 height: parent.height
33 33
34 text: "Account Switcher" 34 text: "Account Switcher"
35 35