fix: don't exclude panels from group based on size

Most panels do not change size either way, and doing this removes the
close sink effect
This commit is contained in:
2 * r + 2 * t 2026-04-08 17:07:35 +10:00
parent ec4a15c1d1
commit ff5c46a429

View file

@ -289,7 +289,7 @@ StyledWindow {
required property Item panel
property real deformAmount: 0.15
group: panel.width > 0 && panel.height > 0 ? blobGroup : null
group: blobGroup
x: panel.x + bar.implicitWidth
y: panel.y + root.borderThickness
implicitWidth: panel.width