mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 02:13:24 +00:00
QML UI: DiveList distinguish trip and selected dive
Making the selected dive's background less opaque prevents confusion. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1d32ebd657
commit
d7be3b21d6
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ Kirigami.ScrollablePage {
|
|||
checked: diveListView.currentIndex === model.index
|
||||
width: parent.width
|
||||
height: diveListEntry.height + Kirigami.Units.smallSpacing
|
||||
background.opacity: checked ? 0.4 : 1
|
||||
|
||||
property real detailsOpacity : 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue