Commit cbc37c9e authored by Don Gagne's avatar Don Gagne

Tone down opacity so you can see what is behind when n/a

parent d1cc23a2
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment