From cbc37c9e7529b64877f5bf132d4249c942b57bd9 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Thu, 24 Nov 2016 12:29:50 -0800 Subject: [PATCH] Tone down opacity so you can see what is behind when n/a --- src/FlightMap/Widgets/VibrationWidget.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FlightMap/Widgets/VibrationWidget.qml b/src/FlightMap/Widgets/VibrationWidget.qml index 96cba71db..e4ebade92 100644 --- a/src/FlightMap/Widgets/VibrationWidget.qml +++ b/src/FlightMap/Widgets/VibrationWidget.qml @@ -157,7 +157,7 @@ QGCFlickable { Rectangle { anchors.fill: parent color: backgroundColor - opacity: 0.95 + opacity: 0.75 visible: _activeVehicle ? isNaN(_activeVehicle.vibration.xAxis.value) : false QGCLabel { -- 2.22.0