mirror of
https://github.com/status-im/StatusQ.git
synced 2026-08-27 08:11:10 +00:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user