summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-05-06 13:10:03 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-05-06 13:10:03 +0200
commit7a3d810157e75bc16a08206bf924b326bb30dce7 (patch)
tree0da16ec113464f131e088a9896afb2f45f17739d /components
parent963f872433ffda7421e7b5863280413465f58ae9 (diff)
downloadkube-7a3d810157e75bc16a08206bf924b326bb30dce7.tar.gz
kube-7a3d810157e75bc16a08206bf924b326bb30dce7.zip
improve toolbar layout
Diffstat (limited to 'components')
-rw-r--r--components/mail/contents/ui/main.qml6
1 files changed, 1 insertions, 5 deletions
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 {
94 94
95 KubeComponents.AccountSwitcher { 95 KubeComponents.AccountSwitcher {
96 Layout.fillHeight: true 96 Layout.fillHeight: true
97 97 Layout.fillWidth: true
98 } 98 }
99 99
100 ToolButton { 100 ToolButton {
@@ -107,10 +107,6 @@ ApplicationWindow {
107 syncAction.execute() 107 syncAction.execute()
108 } 108 }
109 } 109 }
110
111 Item {
112 Layout.fillWidth: true
113 }
114 } 110 }
115 111
116 RowLayout { 112 RowLayout {