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