NPanel: comment dropshadow

This commit is contained in:
Ly-sec
2025-11-01 13:43:32 +01:00
parent ebde2de33b
commit b36a2cad53
+2 -2
View File
@@ -220,7 +220,7 @@ Loader {
bottomLeftRadius: Style.radiusL
bottomRightRadius: Style.radiusL
// Drop shadow effect
/*// Drop shadow effect
layer.enabled: true
layer.effect: MultiEffect {
shadowEnabled: true
@@ -229,7 +229,7 @@ Loader {
shadowColor: Color.mShadow
shadowHorizontalOffset: (barPosition === "left" || barPosition === "top") ? 6 : - 6
shadowVerticalOffset: (barPosition === "left" || barPosition === "top") ? 6 : - 6
}
}*/
// Set inverted corners based on panel anchors and bar position