media controls: fix rounding

This commit is contained in:
end-4
2025-05-20 10:45:47 +02:00
parent b0ed1e75b6
commit 0e0bcd4617
@@ -126,8 +126,8 @@ Item { // Player instance
layer.enabled: true layer.enabled: true
layer.effect: OpacityMask { layer.effect: OpacityMask {
maskSource: Rectangle { maskSource: Rectangle {
width: blurredArt.width width: background.width
height: blurredArt.height height: background.height
radius: root.popupRounding radius: root.popupRounding
} }
} }