Browse Source

Merge pull request #2113 from DonLakeFlyer/FMColors

Fix mode selection coloring
QGC4.4
Don Gagne 10 years ago
parent
commit
1aad419c8e
  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