diff --git a/resources/QGCLogoFull.svg b/resources/QGCLogoFull.svg index 3d7fdb67e8762e5e32dbc94930a456585e09a84b..ebfb890a6b47fe5f2366784ce9379c15d56eb0f6 100644 --- a/resources/QGCLogoFull.svg +++ b/resources/QGCLogoFull.svg @@ -1,24 +1,27 @@ + width="72px" height="72px" viewBox="0 0 72 72" style="enable-background:new 0 0 72 72;" xml:space="preserve"> - - - - - + + + + + diff --git a/src/FlightMap/FlightMap.qml b/src/FlightMap/FlightMap.qml index 8914e6146966b693bf56763cd8a6befdd01cea04..883748b7e13c7611e76d9c885729c52e56adc1fe 100644 --- a/src/FlightMap/FlightMap.qml +++ b/src/FlightMap/FlightMap.qml @@ -123,10 +123,12 @@ Map { coordinate: gcsPosition sourceItem: Image { - source: "/res/QGCLogoFull" - smooth: true - fillMode: Image.PreserveAspectFit - height: ScreenTools.defaultFontPixelHeight * 1.5 + source: "/res/QGCLogoFull" + mipmap: true + antialiasing: true + fillMode: Image.PreserveAspectFit + height: ScreenTools.defaultFontPixelHeight * 1.75 + sourceSize.height: height } } } // Map