summaryrefslogtreecommitdiffstats
path: root/framework/qml/MailListView.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-08-23 19:50:21 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-08-23 19:50:21 +0200
commit01eafe06fbfc0610705a7bb08f97aab20fe7ec9c (patch)
tree6441b7488168487be70ce23e9331a9eeab786396 /framework/qml/MailListView.qml
parentdb62116c46c154752e731f027005f2519ea61608 (diff)
downloadkube-01eafe06fbfc0610705a7bb08f97aab20fe7ec9c.tar.gz
kube-01eafe06fbfc0610705a7bb08f97aab20fe7ec9c.zip
add some spacing again
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r--framework/qml/MailListView.qml2
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