lock: fix input dragging
You could drag it horizontally cause it was interactive lol
This commit is contained in:
parent
eff13f2830
commit
83963df6f6
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ ColumnLayout {
|
||||||
|
|
||||||
orientation: Qt.Horizontal
|
orientation: Qt.Horizontal
|
||||||
spacing: Appearance.spacing.small / 2
|
spacing: Appearance.spacing.small / 2
|
||||||
|
interactive: false
|
||||||
|
|
||||||
model: ScriptModel {
|
model: ScriptModel {
|
||||||
values: root.passwordBuffer.split("")
|
values: root.passwordBuffer.split("")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue