Unverified Commit 6b49fdee authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #7511 from mavlink/brandingLogoSize

Branding Logo Fixes
parents 00e8bb0e 90eb2d36
......@@ -98,7 +98,8 @@ Item {
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
visible: activeVehicle && !communicationLost
anchors.margins: ScreenTools.defaultFontPixelHeight * 0.66
visible: activeVehicle && !communicationLost && x > (indicatorRow.x + indicatorRow.width + ScreenTools.defaultFontPixelWidth)
fillMode: Image.PreserveAspectFit
source: _outdoorPalette ? _brandImageOutdoor : _brandImageIndoor
mipmap: true
......
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