Commit 1ecca678 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4576 from pritamghanghas/master

Fixed a small binding loop in RallyPointEditorHeader.qml
parents 1d5cf925 f854e93a
...@@ -37,7 +37,7 @@ QGCFlickable { ...@@ -37,7 +37,7 @@ QGCFlickable {
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
anchors.top: editorLabel.bottom anchors.top: editorLabel.bottom
height: helpLabel.y + helpLabel.height + (_margin * 2) height: infoLabel.height + helpLabel.height + (_margin * 2)
color: qgcPal.windowShadeDark color: qgcPal.windowShadeDark
radius: _radius radius: _radius
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment