Browse Source

Correct position of item editors

QGC4.4
Don Gagne 8 years ago
parent
commit
31ab9fed10
  1. 1
      src/PlanView/PlanView.qml

1
src/PlanView/PlanView.qml

@ -718,6 +718,7 @@ QGCView { @@ -718,6 +718,7 @@ QGCView {
// Mission Item Editor
Item {
id: missionItemEditor
anchors.topMargin: ScreenTools.defaultFontPixelHeight / 2
anchors.top: planElementSelectorRow.visible ? planElementSelectorRow.bottom : planElementSelectorRow.top
anchors.left: parent.left
anchors.right: parent.right

Loading…
Cancel
Save