diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-08-23 19:50:21 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-08-23 19:50:21 +0200 |
commit | 01eafe06fbfc0610705a7bb08f97aab20fe7ec9c (patch) | |
tree | 6441b7488168487be70ce23e9331a9eeab786396 /framework/qml/MailListView.qml | |
parent | db62116c46c154752e731f027005f2519ea61608 (diff) | |
download | kube-01eafe06fbfc0610705a7bb08f97aab20fe7ec9c.tar.gz kube-01eafe06fbfc0610705a7bb08f97aab20fe7ec9c.zip |
add some spacing again
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 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 |