Unverified Commit 8ef0d267 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7837 from DonLakeFlyer/Toolstrip

Fly View: Fix Toolstrip positioning
parents 9f9fcd48 1afbccfc
......@@ -573,7 +573,7 @@ Item {
anchors.left: isInstrumentRight() ? _mapAndVideo.left : undefined
anchors.rightMargin:isInstrumentRight() ? undefined : ScreenTools.defaultFontPixelWidth
anchors.right: isInstrumentRight() ? undefined : _mapAndVideo.right
anchors.topMargin: mainWindow.header.height + (ScreenTools.defaultFontPixelHeight * 0.5)
anchors.topMargin: ScreenTools.defaultFontPixelHeight * 0.5
anchors.top: parent.top
z: _mapAndVideo.z + 4
maxHeight: (_flightVideo.visible ? _flightVideo.y : parent.height) - toolStrip.y
......
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