diff options
Diffstat (limited to 'components/mailviewer/TextPart.qml')
-rw-r--r-- | components/mailviewer/TextPart.qml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/components/mailviewer/TextPart.qml b/components/mailviewer/TextPart.qml deleted file mode 100644 index 3a4c8d22..00000000 --- a/components/mailviewer/TextPart.qml +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | import QtQuick 2.4 | ||
2 | |||
3 | Text { | ||
4 | width: delegateRoot.width | ||
5 | |||
6 | text: model.textContent | ||
7 | wrapMode: Text.WordWrap | ||
8 | |||
9 | color: embeded ? "grey" : "black" | ||
10 | } | ||