From ebe946c66ce8a251ac98583dbebe33a75eab5480 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Mon, 9 Jan 2017 16:38:55 +0100 Subject: remove app toolbar and move toolbuttons into the columns --- components/package/contents/ui/AccountSwitcher.qml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'components/package/contents/ui/AccountSwitcher.qml') 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 { id: folderController } - Layout.fillWidth: true - height: parent.height - text: "Accounts" onClicked: { @@ -54,8 +51,8 @@ Controls2.Button { height: 300 width: 600 - x: parent.x - y: parent.y + parent.height + x: 0 + y: - popup.height modal: true focus: true -- cgit v1.2.3