feat(SVGImage): Improvement of icons
This commit is contained in:
parent
8252976306
commit
3c6b6f9e54
|
@ -3,4 +3,9 @@ import QtQuick 2.13
|
|||
Image {
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
|
||||
fillMode: Image.PreserveAspectFit
|
||||
|
||||
mipmap: true
|
||||
antialiasing: true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue