feat(SVGImage): Improvement of icons

This commit is contained in:
B.Melnik 2021-06-21 12:55:43 +03:00 committed by Iuri Matias
parent 8252976306
commit 3c6b6f9e54
1 changed files with 5 additions and 0 deletions

View File

@ -3,4 +3,9 @@ import QtQuick 2.13
Image {
sourceSize.width: width
sourceSize.height: height
fillMode: Image.PreserveAspectFit
mipmap: true
antialiasing: true
}