diff options
Diffstat (limited to 'components/mailviewer/contents/ui/MailPart.qml')
-rw-r--r-- | components/mailviewer/contents/ui/MailPart.qml | 2 |
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 | } |