fix: lock pfp incorrect height

This commit is contained in:
2 * r + 2 * t 2026-06-01 19:21:15 +10:00
parent f5692c485c
commit 58d2232c4a

View file

@ -17,8 +17,8 @@ Item {
implicitWidth: Math.round(centerWidth * 0.7)
implicitHeight: {
const bounds = shape.pathBounds();
return bounds.height - bounds.y;
shape.height; // Force update when shape height changes
return shape.pathBounds().height;
}
MaterialShape {