File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -362,12 +362,14 @@ in {
362
362
dots_size = ${ toString input-field . dots_size }
363
363
dots_spacing = ${ toString input-field . dots_spacing }
364
364
dots_center = ${ boolToString input-field . dots_center }
365
+ dots_rounding = ${ toString input-field . dots_rounding }
365
366
outer_color = ${ input-field . outer_color }
366
367
inner_color = ${ input-field . inner_color }
367
368
font_color = ${ input-field . font_color }
368
369
fade_on_empty = ${ boolToString input-field . fade_on_empty }
369
370
placeholder_text = ${ input-field . placeholder_text }
370
371
hide_input = ${ boolToString input-field . hide_input }
372
+ rounding = ${ toString input-field . rounding }
371
373
372
374
position = ${ toString input-field . position . x } , ${ toString input-field . position . y }
373
375
halign = ${ input-field . halign }
You can’t perform that action at this time.
0 commit comments