diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-01 17:56:32 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-01 17:57:01 +0200 |
commit | 8bbf98eb13eeb60e98bc5ff9e116eb35b0e2c081 (patch) | |
tree | f271678723de99da084df2fe1bd561930bcdcd73 /components/mailviewer/qml/TextContent.qml | |
parent | 4beb1480954b3a54bf23683e5a0fd2f08624d019 (diff) | |
download | kube-8bbf98eb13eeb60e98bc5ff9e116eb35b0e2c081.tar.gz kube-8bbf98eb13eeb60e98bc5ff9e116eb35b0e2c081.zip |
Prepared auto load images
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 |