diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-23 11:47:19 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-23 11:47:19 +0100 |
commit | db6873c327f96fca5fa61256344e607e10d3532e (patch) | |
tree | 0637cf614c29e7e507f937092f8e7055f569cd21 /components/package/contents/ui/SingleMailView.qml | |
parent | 5f4646af29bc4d8b876080ff0e3f18d0ad45c9f9 (diff) | |
download | kube-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.qml | 4 |
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 | |||
27 | import org.kube.framework.domain 1.0 as KubeFramework | 27 | import org.kube.framework.domain 1.0 as KubeFramework |
28 | import org.kube.framework.actions 1.0 as KubeAction | 28 | import org.kube.framework.actions 1.0 as KubeAction |
29 | 29 | ||
30 | Item { | 30 | Rectangle { |
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 { |