From 23297d2c4bdffa1f2777a912a9966ff86be2de38 Mon Sep 17 00:00:00 2001 From: Damocles Date: Mon, 27 Apr 2026 23:30:24 +0200 Subject: [PATCH] lock screen: clip password dots to pill bounds --- shell/lock/LockInput.qml | 2 ++ 1 file changed, 2 insertions(+) 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