Commit 61cab679 authored by Gus Grubba's avatar Gus Grubba

CP - Fix video margins when video is in PIP mode

parent 5259114b
...@@ -367,7 +367,7 @@ Item { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment