add sourceSize to ThemedIcon and mpris album art to prevent oversized SVG/image decoding
This commit is contained in:
parent
345326c1e3
commit
bc2d54c07a
2 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ Image {
|
|||
required property color tint
|
||||
|
||||
fillMode: Image.PreserveAspectFit
|
||||
sourceSize: Qt.size(width, height)
|
||||
|
||||
layer.enabled: true
|
||||
layer.effect: MultiEffect {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue