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:
@@ -194,6 +194,7 @@ Variants {
|
|||||||
blur: 0.8
|
blur: 0.8
|
||||||
blurMax: 75
|
blurMax: 75
|
||||||
opacity: 1 - root.transitionProgress
|
opacity: 1 - root.transitionProgress
|
||||||
|
autoPaddingEnabled: false
|
||||||
}
|
}
|
||||||
|
|
||||||
MultiEffect {
|
MultiEffect {
|
||||||
@@ -203,6 +204,7 @@ Variants {
|
|||||||
blur: 0.8
|
blur: 0.8
|
||||||
blurMax: 75
|
blurMax: 75
|
||||||
opacity: root.transitionProgress
|
opacity: root.transitionProgress
|
||||||
|
autoPaddingEnabled: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user