summaryrefslogtreecommitdiffstats
path: root/components/mailviewer/contents/ui/MailPart.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-26 14:32:09 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-26 14:32:09 -0600
commitdd6348e1a98407b91f6758a38f42d849274866a3 (patch)
tree46770bfdfd92e92f53f3c95f4583a30d7f56134f /components/mailviewer/contents/ui/MailPart.qml
parent66b8dcd5b49c63d0994dacb198972277d3d5063a (diff)
downloadkube-dd6348e1a98407b91f6758a38f42d849274866a3.tar.gz
kube-dd6348e1a98407b91f6758a38f42d849274866a3.zip
Assign a color depending on the encryption/signature state.
Diffstat (limited to 'components/mailviewer/contents/ui/MailPart.qml')
-rw-r--r--components/mailviewer/contents/ui/MailPart.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mailviewer/contents/ui/MailPart.qml b/components/mailviewer/contents/ui/MailPart.qml
index 3dbca1d4..4fa2bd73 100644
--- a/components/mailviewer/contents/ui/MailPart.qml
+++ b/components/mailviewer/contents/ui/MailPart.qml
@@ -39,7 +39,7 @@ Item {
39 left: parent.left 39 left: parent.left
40 leftMargin: Kube.Units.smallSpacing 40 leftMargin: Kube.Units.smallSpacing
41 } 41 }
42 color: "lightgrey" 42 color: Kube.Colors.lightgrey
43 height: partListView.height 43 height: partListView.height
44 width: Kube.Units.smallSpacing 44 width: Kube.Units.smallSpacing
45 } 45 }