diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-21 18:16:28 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-21 18:16:53 +0200 |
commit | 68ed477e34756beb5b152f8077c2e2527bba4708 (patch) | |
tree | b3de8ef3debe5ce808f01c62b415881199c18837 /components | |
parent | c766d912d7cdd899766f55925a016d25c7f66b31 (diff) | |
download | kube-68ed477e34756beb5b152f8077c2e2527bba4708.tar.gz kube-68ed477e34756beb5b152f8077c2e2527bba4708.zip |
The outbox is back
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 26 |
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 |