From d7be3b21d6284999d9927c13ed98a0ed2865f02e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 21 Jun 2017 06:28:40 -0700 Subject: QML UI: DiveList distinguish trip and selected dive Making the selected dive's background less opaque prevents confusion. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'mobile-widgets/qml/DiveList.qml') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index a2cb70651..2e4bd397c 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -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 -- cgit v1.2.3-70-g09d2