Browse Source

Make right side controls the same Y position on both Plan and Fly view.

QGC4.4
Gus Grubba 6 years ago
parent
commit
02474d36b2
  1. 1
      src/PlanView/PlanView.qml

1
src/PlanView/PlanView.qml

@ -638,7 +638,6 @@ Item { @@ -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 {

Loading…
Cancel
Save