adjust rectangular shadow strength

This commit is contained in:
end-4
2025-06-18 01:35:45 +02:00
parent 644c081812
commit 59a58d8f76
@@ -6,7 +6,8 @@ RectangularShadow {
required property var target required property var target
anchors.fill: target anchors.fill: target
radius: target.radius radius: target.radius
blur: 1.2 * Appearance.sizes.elevationMargin blur: 0.9 * Appearance.sizes.elevationMargin
offset: Qt.vector2d(0.0, 1.0)
spread: 1 spread: 1
color: Appearance.colors.colShadow color: Appearance.colors.colShadow
cached: true cached: true