diff options
Diffstat (limited to 'components/mailviewer')
-rw-r--r-- | components/mailviewer/qml/MailViewer.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/components/mailviewer/qml/MailViewer.qml b/components/mailviewer/qml/MailViewer.qml index 265c5bee..0f7efca2 100644 --- a/components/mailviewer/qml/MailViewer.qml +++ b/components/mailviewer/qml/MailViewer.qml | |||
@@ -21,9 +21,8 @@ import QtQuick 2.4 | |||
21 | Item { | 21 | Item { |
22 | id: root | 22 | id: root |
23 | property alias rootIndex: visualModel.rootIndex | 23 | property alias rootIndex: visualModel.rootIndex |
24 | property bool debug: true | 24 | property bool debug: false |
25 | height: partListView.height + 50 | 25 | height: partListView.height |
26 | width: parent.width * 0.9 | ||
27 | 26 | ||
28 | MailDataModel { | 27 | MailDataModel { |
29 | id: visualModel | 28 | id: visualModel |