mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
QML UI: set opacity of 1 for dive list
Hopefully with this we get exactly the right colors. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e3cd6719c1
commit
49a368539a
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ Kirigami.ScrollablePage {
|
|||
ListView {
|
||||
id: diveListView
|
||||
anchors.fill: parent
|
||||
opacity: 0.8 - startPage.opacity
|
||||
opacity: 1.0 - startPage.opacity
|
||||
visible: opacity > 0
|
||||
model: diveModel
|
||||
currentIndex: -1
|
||||
|
|
Loading…
Reference in a new issue