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
19f7306b
Commit
19f7306b
authored
Sep 09, 2017
by
DonLakeFlyer
Browse files
Fix alignment
parent
129bea66
Changes
1
Show whitespace changes
Inline
Side-by-side
src/PlanView/FWLandingPatternEditor.qml
View file @
19f7306b
...
...
@@ -77,17 +77,25 @@ Rectangle {
Item
{
width
:
1
;
height
:
_spacer
}
FactTextFieldGrid
{
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
factList
:
[
missionItem
.
landingHeading
,
missionItem
.
landingAltitude
]
}
GridLayout
{
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
columns
:
2
QGCLabel
{
text
:
missionItem
.
landingHeading
.
name
}
FactTextField
{
Layout.fillWidth
:
true
fact
:
missionItem
.
landingHeading
}
QGCLabel
{
text
:
missionItem
.
landingAltitude
.
name
}
FactTextField
{
Layout.fillWidth
:
true
fact
:
missionItem
.
landingAltitude
}
QGCRadioButton
{
id
:
useLandingDistance
text
:
missionItem
.
landingDistance
.
name
...
...
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