From 68ed477e34756beb5b152f8077c2e2527bba4708 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 21 Apr 2017 18:16:28 +0200 Subject: The outbox is back --- components/kube/contents/ui/Kube.qml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'components') 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 { width: height } } + Column { + anchors { + bottom: parent.bottom + bottomMargin: Kube.Units.smallSpacing + horizontalCenter: parent.horizontalCenter + } + + spacing: Kube.Units.largeSpacing - Kube.Units.smallSpacing + Kube.Outbox { + height: Kube.Units.gridUnit * 1.5 + width: height + } + } } SplitView { @@ -222,7 +235,7 @@ Controls2.ApplicationWindow { width: parent.width - Kube.Units.largeSpacing } } -//TODO bring back status bar and outbox +//TODO bring back status bar // Item { // id: statusBar // anchors { @@ -249,17 +262,6 @@ Controls2.ApplicationWindow { // ] // } // } -// } -// -// Kube.Outbox { -// id: outbox -// -// anchors { -// bottom: toolBar.top -// left: parent.left -// right: parent.right -// } -// height: Kube.Units.gridUnit * 1.5 // } Kube.MailListView { -- cgit v1.2.3