mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +00:00
Prevent overflow password characters from stretching keypad width
This commit is contained in:
parent
92c079fbb6
commit
ff6f583289
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ PlasmaCore.ColorScope {
|
||||||
spacing: 6
|
spacing: 6
|
||||||
|
|
||||||
Layout.minimumHeight: units.gridUnit
|
Layout.minimumHeight: units.gridUnit
|
||||||
|
Layout.maximumWidth: parent.width
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
model: root.password.length
|
model: root.password.length
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue