summaryrefslogtreecommitdiffstats
path: root/components/mailviewer/contents/ui/HtmlContent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/mailviewer/contents/ui/HtmlContent.qml')
-rw-r--r--components/mailviewer/contents/ui/HtmlContent.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mailviewer/contents/ui/HtmlContent.qml b/components/mailviewer/contents/ui/HtmlContent.qml
index f3bfb4c9..1946bb2e 100644
--- a/components/mailviewer/contents/ui/HtmlContent.qml
+++ b/components/mailviewer/contents/ui/HtmlContent.qml
@@ -23,7 +23,7 @@ import QtWebEngine 1.3
23 23
24Item { 24Item {
25 id: root 25 id: root
26 property string content: model.content 26 property string content
27 //We have to give it a minimum size so the html content starts to expand 27 //We have to give it a minimum size so the html content starts to expand
28 property int contentHeight: 10; 28 property int contentHeight: 10;
29 29