summaryrefslogtreecommitdiffstats
path: root/components/mailviewer/qml/HtmlPart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/mailviewer/qml/HtmlPart.qml')
-rw-r--r--components/mailviewer/qml/HtmlPart.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mailviewer/qml/HtmlPart.qml b/components/mailviewer/qml/HtmlPart.qml
index f1add75c..f812ecb4 100644
--- a/components/mailviewer/qml/HtmlPart.qml
+++ b/components/mailviewer/qml/HtmlPart.qml
@@ -24,7 +24,7 @@ import QtWebEngine 1.2
24 24
25Item { 25Item {
26 id: root 26 id: root
27 property string content: model.htmlContent 27 property string content: model.content
28 property int contentHeight: helperView.contentHeight; 28 property int contentHeight: helperView.contentHeight;
29 //FIXME workaround until QtWebEngine 1.3 with contentsSize 29 //FIXME workaround until QtWebEngine 1.3 with contentsSize
30 30