diff options
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 | ||