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, 1 insertions, 3 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml
index 69f60aef..7ccbdb19 100644
--- a/components/package/contents/ui/SingleMailView.qml
+++ b/components/package/contents/ui/SingleMailView.qml
@@ -26,13 +26,11 @@ import QtQml 2.2 as QtQml
26 26
27import org.kube.framework.domain 1.0 as KubeFramework 27import org.kube.framework.domain 1.0 as KubeFramework
28 28
29Rectangle { 29Item {
30 id: root 30 id: root
31 31
32 property variant mail; 32 property variant mail;
33 33
34 color: Kirigami.Theme.backgroundColor
35
36 Rectangle { 34 Rectangle {
37 id: subjectBar 35 id: subjectBar
38 36