fix: lock pfp incorrect height
This commit is contained in:
parent
f5692c485c
commit
58d2232c4a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue