diff options
-rw-r--r-- | components/mailviewer/qml/ErrorPart.qml | 1 | ||||
-rw-r--r-- | components/mailviewer/qml/MailPart.qml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/components/mailviewer/qml/ErrorPart.qml b/components/mailviewer/qml/ErrorPart.qml index 0e5d9b8e..54332375 100644 --- a/components/mailviewer/qml/ErrorPart.qml +++ b/components/mailviewer/qml/ErrorPart.qml | |||
@@ -23,6 +23,7 @@ Item { | |||
23 | id: root | 23 | id: root |
24 | property variant errorType | 24 | property variant errorType |
25 | property string errorString | 25 | property string errorString |
26 | property string searchString | ||
26 | height: partListView.height | 27 | height: partListView.height |
27 | width: parent.width | 28 | width: parent.width |
28 | 29 | ||
diff --git a/components/mailviewer/qml/MailPart.qml b/components/mailviewer/qml/MailPart.qml index af7d8f20..9a9e1040 100644 --- a/components/mailviewer/qml/MailPart.qml +++ b/components/mailviewer/qml/MailPart.qml | |||
@@ -24,6 +24,7 @@ Item { | |||
24 | id: root | 24 | id: root |
25 | property alias rootIndex: visualModel.rootIndex | 25 | property alias rootIndex: visualModel.rootIndex |
26 | property alias model: visualModel.model | 26 | property alias model: visualModel.model |
27 | property alias searchString: visualModel.searchString | ||
27 | property variant sender | 28 | property variant sender |
28 | property variant date | 29 | property variant date |
29 | height: childrenRect.height | 30 | height: childrenRect.height |