summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/SingleMailView.qml
diff options
context:
space:
mode:
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 {