blob: b5f84c923e75819ca81f9494716d0e319b04936b (
plain)
1
2
3
4
5
6
7
8
9
|
import "root:/services"
import Qt5Compat.GraphicalEffects
DropShadow {
anchors.fill: source
color: Qt.alpha(Colours.palette.m3shadow, 0.7)
radius: 10
samples: 1 + radius * 2
}
|