diff options
Diffstat (limited to 'framework/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 c4bb66ae..1a1bdb6c 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml | |||
@@ -105,7 +105,7 @@ FocusScope { | |||
105 | //Required for D&D | 105 | //Required for D&D |
106 | property var mail: model.mail | 106 | property var mail: model.mail |
107 | 107 | ||
108 | width: listView.width | 108 | width: listView.width - Kube.Units.smallSpacing |
109 | height: Kube.Units.gridUnit * 5 | 109 | height: Kube.Units.gridUnit * 5 |
110 | 110 | ||
111 | color: Kube.Colors.viewBackgroundColor | 111 | color: Kube.Colors.viewBackgroundColor |