fix: scroll speed

This commit is contained in:
Richard Ramos 2020-11-18 12:36:39 -04:00 committed by Iuri Matias
parent efddea2bc8
commit 983fbfd3d4
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ ScrollView {
anchors.bottomMargin: Style.current.bigPadding
spacing: 4
boundsBehavior: Flickable.StopAtBounds
flickDeceleration: 10000
Layout.fillWidth: true
Layout.fillHeight: true