1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 23:42:51 -05:00

popout: tweak shadow

This commit is contained in:
bbedward
2025-11-10 14:39:58 -05:00
parent 75eb736856
commit 11ec3723c3
2 changed files with 7 additions and 7 deletions

View File

@@ -179,9 +179,9 @@ PanelWindow {
transformOrigin: Item.Center
radius: Theme.cornerRadius
blur: 8
blur: 10
spread: 0
color: Qt.rgba(0, 0, 0, 0.4)
color: Qt.rgba(0, 0, 0, 0.6)
visible: contentLoader.visible && shouldBeVisible
opacity: contentLoader.opacity * 0.6
}