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:
Dirk Hohndel 2017-06-24 11:19:56 -07:00
parent e3cd6719c1
commit 49a368539a

View file

@ -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