mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-03 10:56:16 +00:00
NPanel: comment dropshadow
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user