forked from Shinonome/dots-hyprland
media controls: fix rounding
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user