1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

disable auto padding for blurred wallpaper (#628)

fixes the vignette around the blurred image
This commit is contained in:
César Sagaert
2025-11-04 19:29:07 +01:00
committed by GitHub
parent c01e636421
commit 81c3110d0d

View File

@@ -194,6 +194,7 @@ Variants {
blur: 0.8
blurMax: 75
opacity: 1 - root.transitionProgress
autoPaddingEnabled: false
}
MultiEffect {
@@ -203,6 +204,7 @@ Variants {
blur: 0.8
blurMax: 75
opacity: root.transitionProgress
autoPaddingEnabled: false
}
}