mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-12 02:40:59 +10:00
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