diff --git a/src/AutoPilotPlugins/PX4/PowerComponent.qml b/src/AutoPilotPlugins/PX4/PowerComponent.qml index 1db5b8aeac07d64298a38d6fefab73c4165a0f35..ef3a6d0dd78d08449e0feceeddfbd6bcc9c0c142 100644 --- a/src/AutoPilotPlugins/PX4/PowerComponent.qml +++ b/src/AutoPilotPlugins/PX4/PowerComponent.qml @@ -248,7 +248,7 @@ QGCView { spacing: 10 QGCLabel { - color: "yellow" + color: palette.warningText text: "WARNING: Propellers must be removed from vehicle prior to performing ESC calibration." } @@ -279,7 +279,7 @@ QGCView { spacing: 10 QGCLabel { - color: "yellow" + color: palette.warningText text: "WARNING: Propellers must be removed from vehicle prior to performing UAVCAN ESC configuration." } diff --git a/src/VehicleSetup/VehicleSummary.qml b/src/VehicleSetup/VehicleSummary.qml index 55c3d3f9158a18fae2e3be9ad46fa99fcda4ea82..89824977ee4f8b41e5f653145b339f7310422ee2 100644 --- a/src/VehicleSetup/VehicleSummary.qml +++ b/src/VehicleSetup/VehicleSummary.qml @@ -58,7 +58,7 @@ Rectangle { QGCLabel { width: parent.width wrapMode: Text.WordWrap - color: setupComplete ? qgcPal.text : "red" + color: setupComplete ? qgcPal.text : qgcPal.warningText font.pixelSize: setupComplete ? ScreenTools.defaultFontPixelSize : ScreenTools.mediumFontPixelSize text: setupComplete ? "Below you will find a summary of the settings for your vehicle. To the left are the setup menus for each component." : diff --git a/src/ui/toolbar/MainToolBar.qml b/src/ui/toolbar/MainToolBar.qml index 5b11d4f63500496c79f2c6b26842ed47819eda91..1b0211fef7da338605885edca832315ec04d7401 100644 --- a/src/ui/toolbar/MainToolBar.qml +++ b/src/ui/toolbar/MainToolBar.qml @@ -784,6 +784,7 @@ Rectangle { id: toolBarMessage anchors.fill: parent wrapMode: Text.WordWrap + color: qgcPal.warningText } QGCButton { @@ -792,6 +793,7 @@ Rectangle { anchors.topMargin: verticalMargins anchors.top: parent.top anchors.right: parent.right + primary: true text: "Close Message" onClicked: {