mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-17 22:39:57 -05:00
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