status-desktop/ui/shared/SVGImage.qml

12 lines
159 B
QML
Raw Normal View History

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