diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-08 10:47:18 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-08 10:47:18 +0100 |
commit | 4e4c0a83d0ff9f730670f30d9147ffc692b2baf9 (patch) | |
tree | 3d05a665e1f9c04e8e78d678102f4a5538647041 /components/package/contents/ui/AccountSwitcher.qml | |
parent | 85420b00de2c465542bf129c5f444dab5ab9d741 (diff) | |
download | kube-4e4c0a83d0ff9f730670f30d9147ffc692b2baf9.tar.gz kube-4e4c0a83d0ff9f730670f30d9147ffc692b2baf9.zip |
make accoutswitcher respect toolbar margins
Diffstat (limited to 'components/package/contents/ui/AccountSwitcher.qml')
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 2 |
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 | ||