summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/package/contents/ui/MailViewer.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/MailViewer.qml b/components/package/contents/ui/MailViewer.qml
index ecffa866..38d0d986 100644
--- a/components/package/contents/ui/MailViewer.qml
+++ b/components/package/contents/ui/MailViewer.qml
@@ -101,8 +101,8 @@ Item {
101 101
102 TreeView { 102 TreeView {
103 id: mailStructure 103 id: mailStructure
104 visible: false
105 anchors.top: messageParser.attachments.rowCount() > 0 ? attachments.bottom : newMailViewer.bottom 104 anchors.top: messageParser.attachments.rowCount() > 0 ? attachments.bottom : newMailViewer.bottom
105 visible: newMailViewer.debug
106 width: parent.width 106 width: parent.width
107 height: 400 107 height: 400
108 TableViewColumn { 108 TableViewColumn {