From ca230e42076b606f87e651b32e3b58952fcf31c1 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Tue, 6 Dec 2016 11:48:12 +0100 Subject: port maillistview to qqc2 --- components/mail/contents/ui/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components/mail') 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 { id: mailListView parentFolder: folderListView.currentFolder width: Kirigami.Units.gridUnit * 20 + height: parent.height Layout.maximumWidth: app.width * 0.4 Layout.minimumWidth: Kirigami.Units.gridUnit * 10 focus: true -- cgit v1.2.3