summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/SingleMailView.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-12-11 10:13:38 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-12-11 10:13:38 +0100
commit18a3d52a10ecb3e1c1d8d12d7e03f793a2b1f514 (patch)
treef312b4f3cd66d9f24af11e26f039633373fb926c /components/package/contents/ui/SingleMailView.qml
parent844809b53905f0cd22af354a994d582a19f2c60f (diff)
downloadkube-18a3d52a10ecb3e1c1d8d12d7e03f793a2b1f514.tar.gz
kube-18a3d52a10ecb3e1c1d8d12d7e03f793a2b1f514.zip
don't use rectangle when Item is sufficient
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