Commit 5977a632 authored by Jacob Walser's avatar Jacob Walser

Set mipmap property to true for brandimage

parent 68462431
......@@ -92,6 +92,7 @@ Item {
visible: x > indicatorRow.width && !_communicationLost
fillMode: Image.PreserveAspectFit
source: _outdoorPalette ? _brandImageOutdoor : _brandImageIndoor
mipmap: true
property bool _outdoorPalette: qgcPal.globalTheme === QGCPalette.Light
property bool _corePluginBranding: QGroundControl.corePlugin.brandImageIndoor.length != 0
......
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