mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-06 13:38:28 -04:00
fix(popout): reintroduce texture sizing during animation to prevent content shift
This commit is contained in:
@@ -847,7 +847,7 @@ Item {
|
|||||||
x: Theme.snap(contentContainer.animX + (rollOutAdjuster.baseWidth - width) * (1 - contentContainer.scaleValue) * 0.5, root.dpr)
|
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)
|
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.smooth: false
|
||||||
layer.textureSize: Qt.size(0, 0)
|
layer.textureSize: Qt.size(0, 0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user