lock screen: clip password dots to pill bounds

This commit is contained in:
Damocles 2026-04-27 23:30:24 +02:00
parent f57dd0ea5a
commit 23297d2c4b

View file

@ -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