mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
media controls: fix rounding
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user