diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-09 16:38:55 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-09 16:38:55 +0100 |
commit | ebe946c66ce8a251ac98583dbebe33a75eab5480 (patch) | |
tree | 01263231d1d9d1df6adf4bc4f3c6acd439e15597 /components/package/contents/ui/AccountSwitcher.qml | |
parent | ca5cdbd3076b5fdc6890c08a1abf8619203a73e4 (diff) | |
download | kube-ebe946c66ce8a251ac98583dbebe33a75eab5480.tar.gz kube-ebe946c66ce8a251ac98583dbebe33a75eab5480.zip |
remove app toolbar and move toolbuttons into the columns
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 |