QmlDesigner: Avoid ScrollView flick deceleration

Slow down the deceleration of the HelperWidgets.ScrollView by setting
flickDeceleration to a high value.

Change-Id: Ib001968a545984d570f5ac1d9f242d5071bee867
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2024-01-08 15:09:23 +01:00
committed by Henning Gründl
parent 10ba9b63a5
commit 009b664b7b

View File

@@ -28,6 +28,8 @@ Flickable {
// and set the ads focus on it. // and set the ads focus on it.
objectName: "__mainSrollView" objectName: "__mainSrollView"
flickDeceleration: 10000
HoverHandler { id: hoverHandler } HoverHandler { id: hoverHandler }
ScrollBar.horizontal: StudioControls.TransientScrollBar { ScrollBar.horizontal: StudioControls.TransientScrollBar {