Commit 1aad419c authored by Don Gagne's avatar Don Gagne

Merge pull request #2113 from DonLakeFlyer/FMColors

Fix mode selection coloring
parents d487e995 30abdb65
......@@ -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
......
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