diff --git a/modules/lock/center/ProfilePic.qml b/modules/lock/center/ProfilePic.qml index e6b80ce1..dafd7ba8 100644 --- a/modules/lock/center/ProfilePic.qml +++ b/modules/lock/center/ProfilePic.qml @@ -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 {