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
@ -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…
x
Reference in New Issue
Block a user