summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/Kube.qml26
1 files changed, 14 insertions, 12 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index e6dd7db1..8537dba2 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -179,6 +179,19 @@ Controls2.ApplicationWindow {
179 width: height 179 width: height
180 } 180 }
181 } 181 }
182 Column {
183 anchors {
184 bottom: parent.bottom
185 bottomMargin: Kube.Units.smallSpacing
186 horizontalCenter: parent.horizontalCenter
187 }
188
189 spacing: Kube.Units.largeSpacing - Kube.Units.smallSpacing
190 Kube.Outbox {
191 height: Kube.Units.gridUnit * 1.5
192 width: height
193 }
194 }
182 } 195 }
183 196
184 SplitView { 197 SplitView {
@@ -222,7 +235,7 @@ Controls2.ApplicationWindow {
222 width: parent.width - Kube.Units.largeSpacing 235 width: parent.width - Kube.Units.largeSpacing
223 } 236 }
224 } 237 }
225//TODO bring back status bar and outbox 238//TODO bring back status bar
226// Item { 239// Item {
227// id: statusBar 240// id: statusBar
228// anchors { 241// anchors {
@@ -250,17 +263,6 @@ Controls2.ApplicationWindow {
250// } 263// }
251// } 264// }
252// } 265// }
253//
254// Kube.Outbox {
255// id: outbox
256//
257// anchors {
258// bottom: toolBar.top
259// left: parent.left
260// right: parent.right
261// }
262// height: Kube.Units.gridUnit * 1.5
263// }
264 266
265 Kube.MailListView { 267 Kube.MailListView {
266 id: mailListView 268 id: mailListView