status-desktop/ui/shared/SVGImage.qml

12 lines
159 B
QML
Raw Normal View History

2020-06-23 18:59:16 +00:00
import QtQuick 2.13
Image {
2021-03-03 13:52:51 +00:00
sourceSize.width: width
sourceSize.height: height
2021-06-21 09:55:43 +00:00
fillMode: Image.PreserveAspectFit
mipmap: true
antialiasing: true
}