From f3815a9f32075dada1c2307d5623ad30dea9886c Mon Sep 17 00:00:00 2001 From: Pierre TILAK Date: Fri, 16 Aug 2019 14:18:48 +1200 Subject: [PATCH] Do not anchor top of SingleMultiSelector --- src/FlightDisplay/FlightDisplayView.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FlightDisplay/FlightDisplayView.qml b/src/FlightDisplay/FlightDisplayView.qml index fb1354cba..4c8b68313 100644 --- a/src/FlightDisplay/FlightDisplayView.qml +++ b/src/FlightDisplay/FlightDisplayView.qml @@ -494,7 +494,6 @@ Item { anchors.topMargin: ScreenTools.toolbarHeight + _margins anchors.rightMargin: _margins anchors.right: parent.right - anchors.top: parent.top spacing: ScreenTools.defaultFontPixelWidth z: _mapAndVideo.z + 4 visible: QGroundControl.multiVehicleManager.vehicles.count > 1 && QGroundControl.corePlugin.options.enableMultiVehicleList -- 2.22.0