Commit a51a42b4 authored by Yasen's avatar Yasen

Custom Vehicle Selector visual improvements

Custom vehicle selector now affected by theme change. Cosnistent with other actrive elements
parent 207e4885
...@@ -47,7 +47,7 @@ Button { ...@@ -47,7 +47,7 @@ Button {
background: Rectangle { background: Rectangle {
anchors.fill: parent anchors.fill: parent
color: button.checked ? qgcPal.window : qgcPal.button color: button.checked ? qgcPal.buttonHighlight : qgcPal.button
radius: ScreenTools.defaultFontPixelWidth * 0.5 radius: ScreenTools.defaultFontPixelWidth * 0.5
} }
......
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