diff --git a/shell/lock/LockInput.qml b/shell/lock/LockInput.qml index 721e2e8..48cdf1e 100644 --- a/shell/lock/LockInput.qml +++ b/shell/lock/LockInput.qml @@ -68,6 +68,8 @@ Item { Row { anchors.centerIn: parent spacing: 6 + width: Math.min(implicitWidth, root.width - root.height) + clip: implicitWidth > root.width - root.height Repeater { model: root.buffer.length