1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

osd: increase shadow buffer

accounts for percentage view
This commit is contained in:
bbedward
2025-12-12 18:11:31 -05:00
parent d3f5b8f32e
commit d6043e64f2

View File

@@ -74,7 +74,7 @@ PanelWindow {
readonly property real dpr: CompositorService.getScreenScale(screen)
readonly property real screenWidth: screen.width
readonly property real screenHeight: screen.height
readonly property real shadowBuffer: 5
readonly property real shadowBuffer: 15
readonly property real alignedWidth: Theme.px(osdWidth, dpr)
readonly property real alignedHeight: Theme.px(osdHeight, dpr)