mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-08 08:19:26 -05:00
fix notif shadow anchors warning
This commit is contained in:
@@ -213,7 +213,6 @@ Item {
|
|||||||
anchors.fill: notificationBackground
|
anchors.fill: notificationBackground
|
||||||
sourceComponent: DropShadow {
|
sourceComponent: DropShadow {
|
||||||
id: notificationShadow
|
id: notificationShadow
|
||||||
anchors.fill: notificationBackground
|
|
||||||
source: notificationBackground
|
source: notificationBackground
|
||||||
radius: 5
|
radius: 5
|
||||||
samples: radius * 2 + 1
|
samples: radius * 2 + 1
|
||||||
|
|||||||
Reference in New Issue
Block a user