diff --git a/shell/applets/MprisApplet.qml b/shell/applets/MprisApplet.qml index 9cc349c..c4c6ea9 100644 --- a/shell/applets/MprisApplet.qml +++ b/shell/applets/MprisApplet.qml @@ -23,6 +23,7 @@ Column { id: _artImgPrev anchors.fill: parent fillMode: Image.PreserveAspectCrop + sourceSize: Qt.size(width, height) asynchronous: true opacity: 0 @@ -41,6 +42,7 @@ Column { id: _artImg anchors.fill: parent fillMode: Image.PreserveAspectCrop + sourceSize: Qt.size(width, height) asynchronous: true opacity: 0 diff --git a/shell/modules/ThemedIcon.qml b/shell/modules/ThemedIcon.qml index 066cae2..5379f11 100644 --- a/shell/modules/ThemedIcon.qml +++ b/shell/modules/ThemedIcon.qml @@ -7,6 +7,7 @@ Image { required property color tint fillMode: Image.PreserveAspectFit + sourceSize: Qt.size(width, height) layer.enabled: true layer.effect: MultiEffect {