diff --git a/custom-example/res/Custom/Widgets/CustomVehicleButton.qml b/custom-example/res/Custom/Widgets/CustomVehicleButton.qml index 91a5c214173fe5e1616faa007a6ee96283aa1db4..de864a0c434eca02fa43bc9010996ae5a666edb3 100644 --- a/custom-example/res/Custom/Widgets/CustomVehicleButton.qml +++ b/custom-example/res/Custom/Widgets/CustomVehicleButton.qml @@ -47,7 +47,7 @@ Button { background: Rectangle { anchors.fill: parent - color: button.checked ? qgcPal.window : qgcPal.button + color: button.checked ? qgcPal.buttonHighlight : qgcPal.button radius: ScreenTools.defaultFontPixelWidth * 0.5 } diff --git a/custom-example/res/MainToolbar/CustomMultiVehicleSelector.qml b/custom-example/res/MainToolbar/CustomMultiVehicleSelector.qml index 89f95a785445604a4ff8bffa76f4a5e8e0c736e5..2c23e2fbfdb9553d0ad2d0ff2be58d87a2d6f5b4 100644 --- a/custom-example/res/MainToolbar/CustomMultiVehicleSelector.qml +++ b/custom-example/res/MainToolbar/CustomMultiVehicleSelector.qml @@ -9,8 +9,8 @@ * @author Gus Grubba */ -import QtQuick 2.11 -import QtQuick.Controls 1.4 +import QtQuick 2.11 +import QtQuick.Controls 1.4 import QGroundControl 1.0 import QGroundControl.Controls 1.0