diff --git a/ui/shared/SVGImage.qml b/ui/shared/SVGImage.qml index d3b3b50276..cc895c4720 100644 --- a/ui/shared/SVGImage.qml +++ b/ui/shared/SVGImage.qml @@ -3,4 +3,9 @@ import QtQuick 2.13 Image { sourceSize.width: width sourceSize.height: height + + fillMode: Image.PreserveAspectFit + + mipmap: true + antialiasing: true }