summaryrefslogtreecommitdiffstats
path: root/components/mailviewer/qml/ErrorPart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/mailviewer/qml/ErrorPart.qml')
-rw-r--r--components/mailviewer/qml/ErrorPart.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/mailviewer/qml/ErrorPart.qml b/components/mailviewer/qml/ErrorPart.qml
index 54332375..1a84ad0b 100644
--- a/components/mailviewer/qml/ErrorPart.qml
+++ b/components/mailviewer/qml/ErrorPart.qml
@@ -24,6 +24,7 @@ Item {
24 property variant errorType 24 property variant errorType
25 property string errorString 25 property string errorString
26 property string searchString 26 property string searchString
27 property bool autoLoadImages: false
27 height: partListView.height 28 height: partListView.height
28 width: parent.width 29 width: parent.width
29 30