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 /framework/qml/MailViewer.qml | |
parent | 4beb1480954b3a54bf23683e5a0fd2f08624d019 (diff) | |
download | kube-8bbf98eb13eeb60e98bc5ff9e116eb35b0e2c081.tar.gz kube-8bbf98eb13eeb60e98bc5ff9e116eb35b0e2c081.zip |
Prepared auto load images
Diffstat (limited to 'framework/qml/MailViewer.qml')
-rw-r--r-- | framework/qml/MailViewer.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index d18ed8e6..a43c99e9 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml | |||
@@ -43,6 +43,7 @@ Rectangle { | |||
43 | property bool current: false; | 43 | property bool current: false; |
44 | property bool unread; | 44 | property bool unread; |
45 | property alias searchString: mailViewer.searchString | 45 | property alias searchString: mailViewer.searchString |
46 | property alias autoLoadImages: mailViewer.autoLoadImages | ||
46 | 47 | ||
47 | implicitHeight: header.height + attachments.height + body.height + incompleteBody.height + footer.height + Kube.Units.largeSpacing | 48 | implicitHeight: header.height + attachments.height + body.height + incompleteBody.height + footer.height + Kube.Units.largeSpacing |
48 | 49 | ||