From d20dcae5d3ad5d66e04483969430bd64bad0756d Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 1 Feb 2017 14:01:48 +0100 Subject: A more suitable scrolling behaviour for the mouse. --- components/package/contents/ui/SingleMailView.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components') 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 { delegate: mailDelegate + boundsBehavior: Flickable.StopAtBounds + //Intercept all scroll events, //necessary due to the webengineview KubeFramework.MouseProxy { -- cgit v1.2.3