diff options
Diffstat (limited to 'components/mailviewer/qml/TextPart.qml')
-rw-r--r-- | components/mailviewer/qml/TextPart.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/mailviewer/qml/TextPart.qml b/components/mailviewer/qml/TextPart.qml index 5f183852..0267682f 100644 --- a/components/mailviewer/qml/TextPart.qml +++ b/components/mailviewer/qml/TextPart.qml | |||
@@ -21,8 +21,8 @@ import QtQuick 2.4 | |||
21 | Text { | 21 | Text { |
22 | width: delegateRoot.width | 22 | width: delegateRoot.width |
23 | 23 | ||
24 | text: model.textContent | 24 | text: model.content |
25 | wrapMode: Text.WordWrap | 25 | wrapMode: Text.WordWrap |
26 | 26 | ||
27 | color: embeded ? "grey" : "black" | 27 | color: model.securityLevel //embeded ? "grey" : "black" |
28 | } | 28 | } |