diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-01 17:56:32 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-01 17:57:01 +0200 |
commit | 8bbf98eb13eeb60e98bc5ff9e116eb35b0e2c081 (patch) | |
tree | f271678723de99da084df2fe1bd561930bcdcd73 /components/mailviewer/qml/ErrorPart.qml | |
parent | 4beb1480954b3a54bf23683e5a0fd2f08624d019 (diff) | |
download | kube-8bbf98eb13eeb60e98bc5ff9e116eb35b0e2c081.tar.gz kube-8bbf98eb13eeb60e98bc5ff9e116eb35b0e2c081.zip |
Prepared auto load images
Diffstat (limited to 'components/mailviewer/qml/ErrorPart.qml')
-rw-r--r-- | components/mailviewer/qml/ErrorPart.qml | 1 |
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 | ||