mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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 {
|
ListView {
|
||||||
id: diveListView
|
id: diveListView
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
opacity: 0.8 - startPage.opacity
|
opacity: 1.0 - startPage.opacity
|
||||||
visible: opacity > 0
|
visible: opacity > 0
|
||||||
model: diveModel
|
model: diveModel
|
||||||
currentIndex: -1
|
currentIndex: -1
|
||||||
|
|
Loading…
Add table
Reference in a new issue