multiinputdialog: nit

reviewable/pr11832/r1
hius07 2 weeks ago committed by GitHub
parent afc7b19b90
commit a40f7c172d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -119,7 +119,7 @@ function MultiInputDialog:init()
text_type = field.text_type, -- "password"
face = self.input_face,
width = content_width,
idx = i,
idx = i,
focused = i == self.focused_field_idx,
scroll = false,
parent = self,

Loading…
Cancel
Save