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
d313eefa
Commit
d313eefa
authored
May 10, 2016
by
Lorenz Meier
Browse files
Fix flight display: Make button positions stable, fix RTL text
parent
4cfd5a1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FlightDisplay/FlightDisplayViewWidgets.qml
View file @
d313eefa
...
...
@@ -416,7 +416,7 @@ Item {
guidedModeConfirm
.
confirmText
=
qsTr
(
"
land
"
)
break
;
case
confirmHome
:
guidedModeConfirm
.
confirmText
=
qsTr
(
"
return to la
unch
"
)
guidedModeConfirm
.
confirmText
=
qsTr
(
"
return to la
nd
"
)
break
;
case
confirmChangeAlt
:
altitudeSlider
.
visible
=
true
...
...
@@ -441,6 +441,13 @@ Item {
anchors.left
:
parent
.
left
spacing
:
_margins
QGCLabel
{
anchors.horizontalCenter
:
parent
.
horizontalCenter
color
:
qgcPal
.
button
text
:
"
Click in map to move vehicle
"
visible
:
_activeVehicle
&&
_activeVehicle
.
guidedMode
&&
_activeVehicle
.
flying
}
Row
{
spacing
:
_margins
...
...
@@ -477,13 +484,6 @@ Item {
onClicked
:
_guidedModeBar
.
confirmAction
(
_guidedModeBar
.
confirmChangeAlt
)
}
}
// Row
QGCLabel
{
anchors.horizontalCenter
:
parent
.
horizontalCenter
color
:
qgcPal
.
button
text
:
"
Click in map to move vehicle
"
visible
:
_activeVehicle
&&
_activeVehicle
.
guidedMode
&&
_activeVehicle
.
flying
}
}
// Column
}
// Rectangle - Guided mode buttons
...
...
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