summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-12-08 10:47:18 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-12-08 10:47:18 +0100
commit4e4c0a83d0ff9f730670f30d9147ffc692b2baf9 (patch)
tree3d05a665e1f9c04e8e78d678102f4a5538647041
parent85420b00de2c465542bf129c5f444dab5ab9d741 (diff)
downloadkube-4e4c0a83d0ff9f730670f30d9147ffc692b2baf9.tar.gz
kube-4e4c0a83d0ff9f730670f30d9147ffc692b2baf9.zip
make accoutswitcher respect toolbar margins
-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