From f430b22884f2bb1beae83d65ca3fa72da7b29dde Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 28 Sep 2025 10:39:56 +0200 Subject: [PATCH] fix shadow radius --- .../ii/modules/common/widgets/StyledRectangularShadow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/common/widgets/StyledRectangularShadow.qml b/.config/quickshell/ii/modules/common/widgets/StyledRectangularShadow.qml index a0c9f7ba3..a3c842c4b 100644 --- a/.config/quickshell/ii/modules/common/widgets/StyledRectangularShadow.qml +++ b/.config/quickshell/ii/modules/common/widgets/StyledRectangularShadow.qml @@ -5,7 +5,7 @@ import qs.modules.common RectangularShadow { required property var target anchors.fill: target - radius: 20 + radius: target.radius blur: 0.9 * Appearance.sizes.elevationMargin offset: Qt.vector2d(0.0, 1.0) spread: 1