diff options
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r-- | framework/qml/MailListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index f3e6a7a6..96cf30bc 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml | |||
@@ -152,7 +152,7 @@ FocusScope { | |||
152 | //Required for D&D | 152 | //Required for D&D |
153 | property var mail: model.mail | 153 | property var mail: model.mail |
154 | 154 | ||
155 | width: listView.width - Kube.Units.smallSpacing | 155 | width: listView.availableWidth |
156 | height: Kube.Units.gridUnit * 5 | 156 | height: Kube.Units.gridUnit * 5 |
157 | 157 | ||
158 | color: Kube.Colors.viewBackgroundColor | 158 | color: Kube.Colors.viewBackgroundColor |