diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-11-17 08:22:19 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-11-17 08:22:19 +0100 |
commit | cbbb5c0c1dba6b8e49c64849f08ac015d1f57592 (patch) | |
tree | 8902f79bec9357f38207b8d8388edb4de59fdc5b | |
parent | 2cf67ca1498e677473fe4c0d242ea30461ca81bd (diff) | |
download | kube-cbbb5c0c1dba6b8e49c64849f08ac015d1f57592.tar.gz kube-cbbb5c0c1dba6b8e49c64849f08ac015d1f57592.zip |
background for single mail view
-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 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 | ||
26 | import org.kube.framework.domain 1.0 as KubeFramework | 26 | import org.kube.framework.domain 1.0 as KubeFramework |
27 | 27 | ||
28 | Item { | 28 | Rectangle { |
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 | ||