nosignal-shell/widgets/LayerShadow.qml
2 * r + 2 * t 9071de0d60 feat: shadow
Border exclusivity
Fix slider handle text colour
2025-05-05 11:04:03 +10:00

9 lines
194 B
QML

import "root:/config"
import Qt5Compat.GraphicalEffects
DropShadow {
anchors.fill: source
color: Qt.alpha(Appearance.colours.m3shadow, 0.7)
radius: 10
samples: 1 + radius * 2
}