diff options
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 { |