summaryrefslogtreecommitdiff
path: root/widgets/LayerShadow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/LayerShadow.qml')
-rw-r--r--widgets/LayerShadow.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/widgets/LayerShadow.qml b/widgets/LayerShadow.qml
deleted file mode 100644
index b5f84c9..0000000
--- a/widgets/LayerShadow.qml
+++ /dev/null
@@ -1,9 +0,0 @@
-import "root:/services"
-import Qt5Compat.GraphicalEffects
-
-DropShadow {
- anchors.fill: source
- color: Qt.alpha(Colours.palette.m3shadow, 0.7)
- radius: 10
- samples: 1 + radius * 2
-}