diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-10-27 06:30:51 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-10-27 06:30:51 (GMT) |
commit | 7a5fdc99bb3d7fde52428a5fbc4ae1f25de12b5c (patch) | |
tree | bbab318f1d04903680fdf8ed93194a150e889d4f /examples/declarative/parallax | |
parent | a8fb485e1f2a7c2d6de913a2f0b3809b95c47e36 (diff) | |
download | Qt-7a5fdc99bb3d7fde52428a5fbc4ae1f25de12b5c.zip Qt-7a5fdc99bb3d7fde52428a5fbc4ae1f25de12b5c.tar.gz Qt-7a5fdc99bb3d7fde52428a5fbc4ae1f25de12b5c.tar.bz2 |
Try to be a bit more clever with snapping.
Diffstat (limited to 'examples/declarative/parallax')
-rw-r--r-- | examples/declarative/parallax/ParallaxView.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/parallax/ParallaxView.qml b/examples/declarative/parallax/ParallaxView.qml index 1708ad1..bad9b85 100644 --- a/examples/declarative/parallax/ParallaxView.qml +++ b/examples/declarative/parallax/ParallaxView.qml @@ -29,6 +29,8 @@ Item { preferredHighlightBegin: 0 preferredHighlightEnd: 0 highlightRangeMode: "StrictlyEnforceRange" + + flickDeceleration: 1000 } ListView { |