Commit 2c7e4894 authored by Don Gagne's avatar Don Gagne

Text color fix

parent 4b9be2d7
......@@ -441,7 +441,7 @@ Item {
QGCLabel {
anchors.horizontalCenter: parent.horizontalCenter
color: qgcPal.button
color: _lightWidgetBorders ? qgcPal.mapWidgetBorderDark : qgcPal.mapWidgetBorderLight
text: "Click in map to move vehicle"
visible: _activeVehicle && _activeVehicle.guidedMode && _activeVehicle.flying
}
......
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