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
1ecca678
Commit
1ecca678
authored
Feb 20, 2017
by
Don Gagne
Committed by
GitHub
Feb 20, 2017
Browse files
Merge pull request #4576 from pritamghanghas/master
Fixed a small binding loop in RallyPointEditorHeader.qml
parents
1d5cf925
f854e93a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionEditor/RallyPointEditorHeader.qml
View file @
1ecca678
...
...
@@ -37,7 +37,7 @@ QGCFlickable {
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
anchors.top
:
editorLabel
.
bottom
height
:
help
Label
.
y
+
helpLabel
.
height
+
(
_margin
*
2
)
height
:
info
Label
.
height
+
helpLabel
.
height
+
(
_margin
*
2
)
color
:
qgcPal
.
windowShadeDark
radius
:
_radius
...
...
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