fix shadow radius

This commit is contained in:
end-4
2025-09-28 10:39:56 +02:00
parent cf4505635b
commit f430b22884
@@ -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