Browse Source

Set mipmap property to true for brandimage

QGC4.4
Jacob Walser 8 years ago
parent
commit
5977a6327f
  1. 1
      src/ui/toolbar/MainToolBarIndicators.qml

1
src/ui/toolbar/MainToolBarIndicators.qml

@ -92,6 +92,7 @@ Item { @@ -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

Loading…
Cancel
Save