diff options
Diffstat (limited to 'components/mailviewer/qml/TextContent.qml')
-rw-r--r-- | components/mailviewer/qml/TextContent.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/mailviewer/qml/TextContent.qml b/components/mailviewer/qml/TextContent.qml index e8a7f6d4..8c246e00 100644 --- a/components/mailviewer/qml/TextContent.qml +++ b/components/mailviewer/qml/TextContent.qml | |||
@@ -27,6 +27,7 @@ Item { | |||
27 | property string content | 27 | property string content |
28 | property bool embedded: true | 28 | property bool embedded: true |
29 | property string type | 29 | property string type |
30 | property bool autoLoadImages: false | ||
30 | 31 | ||
31 | property string searchString | 32 | property string searchString |
32 | property int contentHeight: textEdit.height | 33 | property int contentHeight: textEdit.height |