status-desktop/ui/shared/SVGImage.qml

10 lines
193 B
QML

import QtQuick 2.13
Image {
sourceSize.width: width || undefined
sourceSize.height: height || undefined
fillMode: Image.PreserveAspectFit
mipmap: true
antialiasing: true
}