diff --git a/src/PlanView/PlanView.qml b/src/PlanView/PlanView.qml index a8b3d840d32efc8c6c1ac5db5554ca7eda3e2fdd..4e558375c20140b822ef0ebabf21908c7e34b005 100644 --- a/src/PlanView/PlanView.qml +++ b/src/PlanView/PlanView.qml @@ -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