summaryrefslogtreecommitdiffstats
path: root/components/mailviewer/qml/TextContent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/mailviewer/qml/TextContent.qml')
-rw-r--r--components/mailviewer/qml/TextContent.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mailviewer/qml/TextContent.qml b/components/mailviewer/qml/TextContent.qml
index 5d8dbc90..316786ef 100644
--- a/components/mailviewer/qml/TextContent.qml
+++ b/components/mailviewer/qml/TextContent.qml
@@ -27,7 +27,7 @@ Item {
27 property bool embedded: true 27 property bool embedded: true
28 property string type 28 property string type
29 29
30 height: textEdit.height 30 property int contentHeight: textEdit.height
31 31
32 TextEdit { 32 TextEdit {
33 id: textEdit 33 id: textEdit