NDropShadows

This commit is contained in:
ItsLemmy
2025-11-07 07:51:08 -05:00
parent 4319a1bea0
commit d5e9d7a200
5 changed files with 27 additions and 22 deletions
+1 -6
View File
@@ -252,14 +252,9 @@ Variants {
}
// MultiEffect applied to background only
MultiEffect {
NDropShadows {
anchors.fill: background
source: background
shadowEnabled: true
shadowBlur: Style.shadowBlur
shadowColor: Color.black
shadowHorizontalOffset: Settings.data.general.shadowOffsetX
shadowVerticalOffset: Settings.data.general.shadowOffsetY
}
// Content loader on top of the background (not affected by MultiEffect)