summaryrefslogtreecommitdiffstats
path: root/components/mailviewer/qml/HtmlContent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/mailviewer/qml/HtmlContent.qml')
-rw-r--r--components/mailviewer/qml/HtmlContent.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/mailviewer/qml/HtmlContent.qml b/components/mailviewer/qml/HtmlContent.qml
index 3ac1bb38..f0249a01 100644
--- a/components/mailviewer/qml/HtmlContent.qml
+++ b/components/mailviewer/qml/HtmlContent.qml
@@ -28,8 +28,6 @@ Item {
28 //We have to give it a minimum size so the html content starts to expand 28 //We have to give it a minimum size so the html content starts to expand
29 property int contentHeight: 10; 29 property int contentHeight: 10;
30 30
31 height: contentHeight
32 width: partColumn.width
33 31
34 WebEngineView { 32 WebEngineView {
35 id: htmlView 33 id: htmlView