From 49a368539ab56f9ca32d39b98ac5b9573b92a705 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 24 Jun 2017 11:19:56 -0700 Subject: QML UI: set opacity of 1 for dive list Hopefully with this we get exactly the right colors. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 27ab28cb2..07075bc36 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -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 -- cgit v1.2.3-70-g09d2