diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2015-11-13 15:38:46 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2015-11-13 15:38:46 +0100 |
commit | 20cd85a12fb120fab82206fd15e35f55895a7c8c (patch) | |
tree | f7a8893421f511d881bb056098a9c12feb176a98 /applications/kmail-quick/package | |
parent | bb15ee8874136aee7f3873bfb9fe7dde0235ebd1 (diff) | |
download | kube-20cd85a12fb120fab82206fd15e35f55895a7c8c.tar.gz kube-20cd85a12fb120fab82206fd15e35f55895a7c8c.zip |
fix whitespac
Diffstat (limited to 'applications/kmail-quick/package')
-rw-r--r-- | applications/kmail-quick/package/contents/ui/ListItem.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/kmail-quick/package/contents/ui/ListItem.qml b/applications/kmail-quick/package/contents/ui/ListItem.qml index 95f7858e..5396645d 100644 --- a/applications/kmail-quick/package/contents/ui/ListItem.qml +++ b/applications/kmail-quick/package/contents/ui/ListItem.qml | |||
@@ -26,9 +26,9 @@ Item { | |||
26 | width: parent.width | 26 | width: parent.width |
27 | 27 | ||
28 | MouseArea { | 28 | MouseArea { |
29 | id: mouseArea | 29 | id: mouseArea |
30 | 30 | ||
31 | anchors.fill: parent | 31 | anchors.fill: parent |
32 | } | 32 | } |
33 | 33 | ||
34 | Rectangle { | 34 | Rectangle { |