Browse Source

TelemetryValuesBar: change panel from transparent to opaque

QGC4.4
david sastre 4 years ago committed by Don Gagne
parent
commit
4b88a13670
  1. 4
      src/FlightDisplay/TelemetryValuesBar.qml

4
src/FlightDisplay/TelemetryValuesBar.qml

@ -20,11 +20,9 @@ Rectangle { @@ -20,11 +20,9 @@ Rectangle {
id: telemetryPanel
height: telemetryLayout.height + (_toolsMargin * 2)
width: telemetryLayout.width + (_toolsMargin * 2)
color: Qt.hsla(_baseBGColor.hslHue, _baseBGColor.hslSaturation, _baseBGColor.hslLightness, 0.5)
color: qgcPal.window
radius: ScreenTools.defaultFontPixelWidth / 2
property color _baseBGColor: qgcPal.window
DeadMouseArea { anchors.fill: parent }
ColumnLayout {

Loading…
Cancel
Save