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 { @@ -65,7 +65,7 @@ Rectangle {
Rectangle {
width: modeLabel.width
height: modeLabel.contentHeight
color: modeSelected ? _qgcPal.buttonHighlight : _qgcPal.windowShade
color: modeSelected ? _qgcPal.buttonHighlight : _qgcPal.button
QGCLabel {
id: modeLabel

Loading…
Cancel
Save