chore(StatusAppNavBar): List views' bounds behavior refined (#866)

- outer list: not draggable
- communities list: not draggable when sufficient space,
  drag and overshot otherwise
This commit is contained in:
Michał 2022-08-26 18:04:17 +02:00 committed by GitHub
parent db0f8e9fb5
commit 8646daa401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,7 @@ Rectangle {
anchors.bottom: separatorBottom.top
clip: true
boundsBehavior: contentHeight > height ? Flickable.DragAndOvershootBounds : Flickable.StopAtBounds
spacing: navBarButtonSpacing
model: navBarCommunityModel
@ -167,6 +168,7 @@ Rectangle {
spacing: navBarButtonSpacing
boundsBehavior: Flickable.StopAtBounds
model: navBarModel
}