Browse Source

Fix mode selection coloring

QGC4.4
Don Gagne 10 years ago
parent
commit
30abdb65e3
  1. 2
      src/QmlControls/ModeSwitchDisplay.qml

2
src/QmlControls/ModeSwitchDisplay.qml

@ -65,7 +65,7 @@ Rectangle {
Rectangle { Rectangle {
width: modeLabel.width width: modeLabel.width
height: modeLabel.contentHeight height: modeLabel.contentHeight
color: modeSelected ? _qgcPal.buttonHighlight : _qgcPal.windowShade color: modeSelected ? _qgcPal.buttonHighlight : _qgcPal.button
QGCLabel { QGCLabel {
id: modeLabel id: modeLabel

Loading…
Cancel
Save