forked from Shinonome/dots-hyprland
adjust rectangular shadow strength
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user