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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user