Browse Source

CP - Fix video margins when video is in PIP mode

QGC4.4
Gus Grubba 5 years ago
parent
commit
61cab679ca
  1. 2
      src/FlightDisplay/FlightDisplayView.qml

2
src/FlightDisplay/FlightDisplayView.qml

@ -367,7 +367,7 @@ Item {
name: "pipMode" name: "pipMode"
PropertyChanges { PropertyChanges {
target: _flightVideo target: _flightVideo
anchors.margins: _toolsMargin anchors.margins: ScreenTools.defaultFontPixelHeight
} }
PropertyChanges { PropertyChanges {
target: _flightVideoPipControl target: _flightVideoPipControl

Loading…
Cancel
Save