From 31ab9fed100c248807e04e5832bc4fcdc7cff620 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Wed, 5 Apr 2017 21:12:46 -0700 Subject: [PATCH] Correct position of item editors --- src/PlanView/PlanView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PlanView/PlanView.qml b/src/PlanView/PlanView.qml index a8b3d840d..4e558375c 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 -- 2.22.0