summaryrefslogtreecommitdiffstats
path: root/components/mail/contents/ui/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/mail/contents/ui/main.qml')
-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 {