summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui')
-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 ea4e3ca0..d8b39900 100644
--- a/components/package/contents/ui/SingleMailView.qml
+++ b/components/package/contents/ui/SingleMailView.qml
@@ -25,11 +25,13 @@ import QtQml 2.2 as QtQml
25 25
26import org.kube.framework.domain 1.0 as KubeFramework 26import org.kube.framework.domain 1.0 as KubeFramework
27 27
28Item { 28Rectangle {
29 id: root 29 id: root
30 30
31 property variant mail; 31 property variant mail;
32 32
33 color: Kirigami.Theme.backgroundColor
34
33 Rectangle { 35 Rectangle {
34 id: subjectBar 36 id: subjectBar
35 37