mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
QML UI: clip divedetails Listview
A technically trival commit, but one with long story. This commit
basically reverts dd1d90b529
(1.5 year ago). While upgrading
Kirigami after Kirigami commit 26b8bdea24c39, we suddenly have
overlapping divelist and details pages in case they are both
on the pageStack (this occurrs when navigating from divedetails
to the divelist using breadcrumb navigation). At this point, its
not clear (to me) if this the by design of Kirigami, or an unintended
effect of the mentioned Kirigami commit.
This all said. Simply clipping resolves our issue of overlapping
pages, and it does not harm.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
bec029c766
commit
e321d1563e
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ Kirigami.Page {
|
|||
orientation: ListView.Horizontal
|
||||
highlightFollowsCurrentItem: false
|
||||
focus: true
|
||||
clip: false
|
||||
clip: true
|
||||
snapMode: ListView.SnapOneItem
|
||||
highlightRangeMode: ListView.StrictlyEnforceRange
|
||||
onMovementEnded: {
|
||||
|
|
Loading…
Add table
Reference in a new issue