mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile UI: stop trying to play with opacity
Since we are switching between pages, the whole opacity mechanics make no sense. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
84d45485fd
commit
f2a8562b5d
2 changed files with 0 additions and 15 deletions
|
@ -420,8 +420,6 @@ Kirigami.ScrollablePage {
|
|||
ListView {
|
||||
id: diveListView
|
||||
anchors.fill: parent
|
||||
opacity: 1.0 - startPage.opacity
|
||||
visible: opacity > 0
|
||||
model: diveListModel
|
||||
currentIndex: -1
|
||||
delegate: diveOrTripDelegate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue