From 02474d36b28f4b334e920af67b914a92b00e159f Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Tue, 30 Apr 2019 00:08:51 -0400 Subject: [PATCH] Make right side controls the same Y position on both Plan and Fly view. --- src/PlanView/PlanView.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PlanView/PlanView.qml b/src/PlanView/PlanView.qml index d276cd9e8..97ecff254 100644 --- a/src/PlanView/PlanView.qml +++ b/src/PlanView/PlanView.qml @@ -638,7 +638,6 @@ Item { anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top - anchors.topMargin: ScreenTools.defaultFontPixelHeight * 0.25 //------------------------------------------------------- // Airmap Airspace Control AirspaceControl { -- 2.22.0