Commit 30abdb65 authored by Don Gagne's avatar Don Gagne

Fix mode selection coloring

parent d487e995
......@@ -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