Commit f854e93a authored by Pritam Ghanghas's avatar Pritam Ghanghas

Fixed a small binding loop in RallyPointEditorHeader.qml

parent b3e13a6f
......@@ -37,7 +37,7 @@ QGCFlickable {
anchors.left: parent.left
anchors.right: parent.right
anchors.top: editorLabel.bottom
height: helpLabel.y + helpLabel.height + (_margin * 2)
height: infoLabel.height + helpLabel.height + (_margin * 2)
color: qgcPal.windowShadeDark
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