From 7a3d810157e75bc16a08206bf924b326bb30dce7 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Fri, 6 May 2016 13:10:03 +0200 Subject: improve toolbar layout --- components/mail/contents/ui/main.qml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'components/mail/contents/ui') diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index 4251c73f..975e6a24 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml @@ -94,7 +94,7 @@ ApplicationWindow { KubeComponents.AccountSwitcher { Layout.fillHeight: true - + Layout.fillWidth: true } ToolButton { @@ -107,10 +107,6 @@ ApplicationWindow { syncAction.execute() } } - - Item { - Layout.fillWidth: true - } } RowLayout { -- cgit v1.2.3