diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-05-06 13:06:40 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-05-06 13:06:40 +0200 |
commit | 963f872433ffda7421e7b5863280413465f58ae9 (patch) | |
tree | 6bd1c1a4937979e48d7eef8a7f71616c0c4162cb /components/mail | |
parent | e4fba677a9755a5aee1a0ea1513b6f737429d832 (diff) | |
download | kube-963f872433ffda7421e7b5863280413465f58ae9.tar.gz kube-963f872433ffda7421e7b5863280413465f58ae9.zip |
add account switcher dummy
Diffstat (limited to 'components/mail')
-rw-r--r-- | components/mail/contents/ui/main.qml | 10 |
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 { |