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:
parent
db0f8e9fb5
commit
8646daa401
|
@ -133,6 +133,7 @@ Rectangle {
|
||||||
anchors.bottom: separatorBottom.top
|
anchors.bottom: separatorBottom.top
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
|
boundsBehavior: contentHeight > height ? Flickable.DragAndOvershootBounds : Flickable.StopAtBounds
|
||||||
spacing: navBarButtonSpacing
|
spacing: navBarButtonSpacing
|
||||||
|
|
||||||
model: navBarCommunityModel
|
model: navBarCommunityModel
|
||||||
|
@ -167,6 +168,7 @@ Rectangle {
|
||||||
|
|
||||||
spacing: navBarButtonSpacing
|
spacing: navBarButtonSpacing
|
||||||
|
|
||||||
|
boundsBehavior: Flickable.StopAtBounds
|
||||||
model: navBarModel
|
model: navBarModel
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue