diff options
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 |