From cbbb5c0c1dba6b8e49c64849f08ac015d1f57592 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 17 Nov 2016 08:22:19 +0100 Subject: background for single mail view --- components/package/contents/ui/SingleMailView.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'components/package/contents/ui') 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 import org.kube.framework.domain 1.0 as KubeFramework -Item { +Rectangle { id: root property variant mail; + color: Kirigami.Theme.backgroundColor + Rectangle { id: subjectBar -- cgit v1.2.3