mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Better behavior for dive details flicking
- stop at bounds, this is in line with other flickables. I really don't like Flickables floppy default behavior to allow dragging and scrolling over the bounds. Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
877efebaac
commit
9fc19039df
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ MobileComponents.Page {
|
||||||
Flickable {
|
Flickable {
|
||||||
//contentWidth: parent.width
|
//contentWidth: parent.width
|
||||||
contentHeight: diveDetails.height
|
contentHeight: diveDetails.height
|
||||||
|
boundsBehavior: Flickable.StopAtBounds
|
||||||
DiveDetailsView {
|
DiveDetailsView {
|
||||||
id: diveDetails
|
id: diveDetails
|
||||||
width: internalScrollView.width
|
width: internalScrollView.width
|
||||||
|
|
Loading…
Add table
Reference in a new issue