summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/SingleMailView.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-01-23 11:47:19 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-01-23 11:47:19 +0100
commitdb6873c327f96fca5fa61256344e607e10d3532e (patch)
tree0637cf614c29e7e507f937092f8e7055f569cd21 /components/package/contents/ui/SingleMailView.qml
parent5f4646af29bc4d8b876080ff0e3f18d0ad45c9f9 (diff)
downloadkube-db6873c327f96fca5fa61256344e607e10d3532e.tar.gz
kube-db6873c327f96fca5fa61256344e607e10d3532e.zip
enable maillistdrag
Diffstat (limited to 'components/package/contents/ui/SingleMailView.qml')
-rw-r--r--components/package/contents/ui/SingleMailView.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml
index d7c3193c..0b70ddfe 100644
--- a/components/package/contents/ui/SingleMailView.qml
+++ b/components/package/contents/ui/SingleMailView.qml
@@ -27,11 +27,13 @@ import QtQml 2.2 as QtQml
27import org.kube.framework.domain 1.0 as KubeFramework 27import org.kube.framework.domain 1.0 as KubeFramework
28import org.kube.framework.actions 1.0 as KubeAction 28import org.kube.framework.actions 1.0 as KubeAction
29 29
30Item { 30Rectangle {
31 id: root 31 id: root
32 32
33 property variant mail; 33 property variant mail;
34 34
35 color: Kirigami.Theme.backgroundColor
36
35 ListView { 37 ListView {
36 id: listView 38 id: listView
37 anchors { 39 anchors {