Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
2c7e4894
Commit
2c7e4894
authored
Jun 13, 2016
by
Don Gagne
Browse files
Text color fix
parent
4b9be2d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FlightDisplay/FlightDisplayViewWidgets.qml
View file @
2c7e4894
...
...
@@ -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
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment