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.effect: OpacityMask {
maskSource: Rectangle {
width: blurredArt.width
height: blurredArt.height
width: background.width
height: background.height
radius: root.popupRounding
}
}