fix(lock): add password entry box
This commit is contained in:
parent
73becbfc3f
commit
3260e162b5
1 changed files with 4 additions and 4 deletions
|
|
@ -98,15 +98,15 @@ in
|
||||||
input-field {
|
input-field {
|
||||||
monitor =
|
monitor =
|
||||||
size = 300, 50
|
size = 300, 50
|
||||||
outline_thickness = 0
|
outline_thickness = 2
|
||||||
dots_text_format = *
|
dots_text_format = *
|
||||||
dots_size = 0.9
|
dots_size = 0.9
|
||||||
dots_spacing = 0.3
|
dots_spacing = 0.3
|
||||||
dots_center = true
|
dots_center = true
|
||||||
outer_color = rgba(00000000)
|
outer_color = rgb(ffffff)
|
||||||
inner_color = rgba(00000000)
|
inner_color = rgb(000000)
|
||||||
font_color = rgb(ffffff)
|
font_color = rgb(ffffff)
|
||||||
rounding = -1
|
rounding = 0
|
||||||
placeholder_text =
|
placeholder_text =
|
||||||
position = 0, 0
|
position = 0, 0
|
||||||
halign = center
|
halign = center
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue