diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-06 11:48:12 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-06 11:48:12 +0100 |
commit | ca230e42076b606f87e651b32e3b58952fcf31c1 (patch) | |
tree | fe6c98cd93d0dba5abac064a560821c52fc777c6 /components/mail/contents/ui | |
parent | 9594d734d36c159b0d392e1e8c4f26663418aac8 (diff) | |
download | kube-ca230e42076b606f87e651b32e3b58952fcf31c1.tar.gz kube-ca230e42076b606f87e651b32e3b58952fcf31c1.zip |
port maillistview to qqc2
Diffstat (limited to 'components/mail/contents/ui')
-rw-r--r-- | components/mail/contents/ui/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index 50072ebe..8c5c5d0d 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml | |||
@@ -159,6 +159,7 @@ Controls2.ApplicationWindow { | |||
159 | id: mailListView | 159 | id: mailListView |
160 | parentFolder: folderListView.currentFolder | 160 | parentFolder: folderListView.currentFolder |
161 | width: Kirigami.Units.gridUnit * 20 | 161 | width: Kirigami.Units.gridUnit * 20 |
162 | height: parent.height | ||
162 | Layout.maximumWidth: app.width * 0.4 | 163 | Layout.maximumWidth: app.width * 0.4 |
163 | Layout.minimumWidth: Kirigami.Units.gridUnit * 10 | 164 | Layout.minimumWidth: Kirigami.Units.gridUnit * 10 |
164 | focus: true | 165 | focus: true |