diff options
Diffstat (limited to 'components/package/contents/ui/SingleMailView.qml')
-rw-r--r-- | components/package/contents/ui/SingleMailView.qml | 4 |
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 | ||
27 | import org.kube.framework.domain 1.0 as KubeFramework | 27 | import org.kube.framework.domain 1.0 as KubeFramework |
28 | 28 | ||
29 | Rectangle { | 29 | Item { |
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 | ||