1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-01 19:18:28 -04:00

fix(popout): reintroduce texture sizing during animation to prevent content shift

This commit is contained in:
purian23
2026-07-07 10:01:05 -04:00
parent 647766b9fa
commit 32e2d96e55
+1 -1
View File
@@ -847,7 +847,7 @@ Item {
x: Theme.snap(contentContainer.animX + (rollOutAdjuster.baseWidth - width) * (1 - contentContainer.scaleValue) * 0.5, root.dpr)
y: Theme.snap(contentContainer.animY + (rollOutAdjuster.baseHeight - height) * (1 - contentContainer.scaleValue) * 0.5, root.dpr)
layer.enabled: !Theme.isDirectionalEffect && publishedOpacity < 1
layer.enabled: !Theme.isDirectionalEffect && _renderActive
layer.smooth: false
layer.textureSize: Qt.size(0, 0)