summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2015-10-21 17:10:20 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2015-10-21 17:10:20 +0200
commit91c372e30a89e1f39662d5d1d836fd7ac009720e (patch)
tree2c7d2d7b26494d90e8e5401d804049d65d3cdf7c
parentc5e7ce7a3f9a73d20ae6ee0670bf57fc9a504331 (diff)
downloadkube-91c372e30a89e1f39662d5d1d836fd7ac009720e.tar.gz
kube-91c372e30a89e1f39662d5d1d836fd7ac009720e.zip
display MailListView in the main view
-rw-r--r--applications/kmail-quick/package/contents/ui/main.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/kmail-quick/package/contents/ui/main.qml b/applications/kmail-quick/package/contents/ui/main.qml
index 69c2f094..eb035bec 100644
--- a/applications/kmail-quick/package/contents/ui/main.qml
+++ b/applications/kmail-quick/package/contents/ui/main.qml
@@ -28,4 +28,10 @@ ApplicationWindow {
28 width: 1920 * 0.7 28 width: 1920 * 0.7
29 29
30 visible: true 30 visible: true
31
32 MailListView {
33
34 anchors.fill: parent
35
36 }
31} \ No newline at end of file 37} \ No newline at end of file