Browse Source

Do not anchor top of SingleMultiSelector

QGC4.4
Pierre TILAK 6 years ago
parent
commit
f3815a9f32
  1. 1
      src/FlightDisplay/FlightDisplayView.qml

1
src/FlightDisplay/FlightDisplayView.qml

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

Loading…
Cancel
Save