forked from Shinonome/dots-hyprland
fix shadow radius
This commit is contained in:
@@ -5,7 +5,7 @@ import qs.modules.common
|
|||||||
RectangularShadow {
|
RectangularShadow {
|
||||||
required property var target
|
required property var target
|
||||||
anchors.fill: target
|
anchors.fill: target
|
||||||
radius: 20
|
radius: target.radius
|
||||||
blur: 0.9 * Appearance.sizes.elevationMargin
|
blur: 0.9 * Appearance.sizes.elevationMargin
|
||||||
offset: Qt.vector2d(0.0, 1.0)
|
offset: Qt.vector2d(0.0, 1.0)
|
||||||
spread: 1
|
spread: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user