forked from qt-creator/qt-creator
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:
committed by
Henning Gründl
parent
10ba9b63a5
commit
009b664b7b
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user