Don't allow Flickables to be dragged beyond bounds

This commit is contained in:
Cameron Gutman 2020-02-20 13:38:01 -08:00
commit 61fc0e4893
2 changed files with 4 additions and 0 deletions

View file

@ -38,4 +38,6 @@ GridView {
updateMargins()
}
boundsBehavior: Flickable.OvershootBounds
}