From 963f872433ffda7421e7b5863280413465f58ae9 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Fri, 6 May 2016 13:06:40 +0200 Subject: add account switcher dummy --- components/mail/contents/ui/main.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'components/mail') diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index 589faf30..4251c73f 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml @@ -92,13 +92,9 @@ ApplicationWindow { width: folderListView.width clip: true - ToolButton { + KubeComponents.AccountSwitcher { Layout.fillHeight: true - text: "Account/Project/Activity Switch" - onClicked: { - //TODO - } } ToolButton { @@ -111,6 +107,10 @@ ApplicationWindow { syncAction.execute() } } + + Item { + Layout.fillWidth: true + } } RowLayout { -- cgit v1.2.3