lock screen: clip password dots to pill bounds
This commit is contained in:
parent
f57dd0ea5a
commit
23297d2c4b
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue