diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-11-22 15:41:11 +0100 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-11-23 16:38:21 +0100 |
commit | e43ed9b2bfc10096b0ae2b9e23e3a418186d7c08 (patch) | |
tree | ab8af8e81b6a073f5c02d0f7cfa556b3d0dcce32 /components/package/contents/ui/MailViewer.qml | |
parent | 298a1624b387e5f887b7f5faf96a6ab9e36cc991 (diff) | |
download | kube-e43ed9b2bfc10096b0ae2b9e23e3a418186d7c08.tar.gz kube-e43ed9b2bfc10096b0ae2b9e23e3a418186d7c08.zip |
make components depend on debug flag
Diffstat (limited to 'components/package/contents/ui/MailViewer.qml')
-rw-r--r-- | components/package/contents/ui/MailViewer.qml | 2 |
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 { |