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.qml10
1 files changed, 5 insertions, 5 deletions
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 {
92 width: folderListView.width 92 width: folderListView.width
93 clip: true 93 clip: true
94 94
95 ToolButton { 95 KubeComponents.AccountSwitcher {
96 Layout.fillHeight: true 96 Layout.fillHeight: true
97 text: "Account/Project/Activity Switch"
98 97
99 onClicked: {
100 //TODO
101 }
102 } 98 }
103 99
104 ToolButton { 100 ToolButton {
@@ -111,6 +107,10 @@ ApplicationWindow {
111 syncAction.execute() 107 syncAction.execute()
112 } 108 }
113 } 109 }
110
111 Item {
112 Layout.fillWidth: true
113 }
114 } 114 }
115 115
116 RowLayout { 116 RowLayout {