summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/SingleMailView.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-01 14:01:48 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-01 14:01:48 +0100
commitd20dcae5d3ad5d66e04483969430bd64bad0756d (patch)
tree0dd9e915b2760b487f6a12004044b361bb849631 /components/package/contents/ui/SingleMailView.qml
parentc18c27d5ec8a5205464072f577cd79462fd24c4e (diff)
downloadkube-d20dcae5d3ad5d66e04483969430bd64bad0756d.tar.gz
kube-d20dcae5d3ad5d66e04483969430bd64bad0756d.zip
A more suitable scrolling behaviour for the mouse.
Diffstat (limited to 'components/package/contents/ui/SingleMailView.qml')
-rw-r--r--components/package/contents/ui/SingleMailView.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml
index ab203ef5..0ac223b1 100644
--- a/components/package/contents/ui/SingleMailView.qml
+++ b/components/package/contents/ui/SingleMailView.qml
@@ -62,6 +62,8 @@ Rectangle {
62 62
63 delegate: mailDelegate 63 delegate: mailDelegate
64 64
65 boundsBehavior: Flickable.StopAtBounds
66
65 //Intercept all scroll events, 67 //Intercept all scroll events,
66 //necessary due to the webengineview 68 //necessary due to the webengineview
67 KubeFramework.MouseProxy { 69 KubeFramework.MouseProxy {