Commit e9b59daa authored by Stefan Dunca's avatar Stefan Dunca

Fix hover button color

parent 3ec958c2
...@@ -121,7 +121,7 @@ Button { ...@@ -121,7 +121,7 @@ Button {
PropertyChanges { PropertyChanges {
target: button; target: button;
_currentColor: enabled ? ((checked || pressed) ? qgcPal.buttonHighlight : qgcPal.button) : qgcPalDisabled.button _currentColor: enabled ? ((checked || pressed) ? qgcPal.buttonHighlight : qgcPal.button) : qgcPalDisabled.button
_currentContentColor: enabled ? ((checked || pressed) ? qgcPal.buttonHighlightText : qgcPal.buttonHighlight) : qgcPalDisabled.buttonText _currentContentColor: enabled ? ((checked || pressed) ? qgcPal.buttonHighlightText : qgcPal.buttonText) : qgcPalDisabled.buttonText
} }
PropertyChanges { PropertyChanges {
target: buttonBkRect target: buttonBkRect
......
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