Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
fb394e51
Commit
fb394e51
authored
Dec 25, 2019
by
DonLakeFlyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
1a5363e9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
8 deletions
+31
-8
FWLandingPatternEditor.qml
src/PlanView/FWLandingPatternEditor.qml
+31
-8
No files found.
src/PlanView/FWLandingPatternEditor.qml
View file @
fb394e51
...
...
@@ -215,14 +215,37 @@ Rectangle {
}
}
Column
{
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
spacing
:
0
QGCLabel
{
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
wrapMode
:
Text
.
WordWrap
color
:
qgcPal
.
warningText
font.pointSize
:
ScreenTools
.
smallFontPointSize
horizontalAlignment
:
Text
.
AlignHCenter
text
:
qsTr
(
"
* Approximate glide slope altitudes. Actual flight path will vary.
"
)
text
:
qsTr
(
"
* Approximate glide slope altitudes.
"
)
}
QGCLabel
{
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
wrapMode
:
Text
.
WordWrap
color
:
qgcPal
.
warningText
font.pointSize
:
ScreenTools
.
smallFontPointSize
text
:
qsTr
(
"
* Actual flight path will vary.
"
)
}
QGCLabel
{
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
wrapMode
:
Text
.
WordWrap
color
:
qgcPal
.
warningText
font.pointSize
:
ScreenTools
.
smallFontPointSize
text
:
qsTr
(
"
* Avoid tailwind on landing.
"
)
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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