diff options
Diffstat (limited to 'config/quickshell/overview/common/widgets/StyledRectangularShadow.qml')
| -rw-r--r-- | config/quickshell/overview/common/widgets/StyledRectangularShadow.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/quickshell/overview/common/widgets/StyledRectangularShadow.qml b/config/quickshell/overview/common/widgets/StyledRectangularShadow.qml index dba2159f..ccdff1ac 100644 --- a/config/quickshell/overview/common/widgets/StyledRectangularShadow.qml +++ b/config/quickshell/overview/common/widgets/StyledRectangularShadow.qml @@ -3,6 +3,7 @@ import QtQuick.Effects import ".." RectangularShadow { + required property var target anchors.fill: target radius: 20 blur: 0.9 * Appearance.sizes.elevationMargin |
