summaryrefslogtreecommitdiffstats
path: root/components/mailviewer
diff options
context:
space:
mode:
Diffstat (limited to 'components/mailviewer')
-rw-r--r--components/mailviewer/qml/MailDataModel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mailviewer/qml/MailDataModel.qml b/components/mailviewer/qml/MailDataModel.qml
index fc7241b9..e0e65c49 100644
--- a/components/mailviewer/qml/MailDataModel.qml
+++ b/components/mailviewer/qml/MailDataModel.qml
@@ -22,7 +22,7 @@ import QtQml.Models 2.2
22DelegateModel { 22DelegateModel {
23 id: mailDataModel 23 id: mailDataModel
24 property bool debug: true 24 property bool debug: true
25 delegate: Rectangle { 25 delegate: Item {
26 id: partColumn 26 id: partColumn
27 width: parent.width 27 width: parent.width
28 height: childrenRect.height 28 height: childrenRect.height