Merge remote-tracking branch 'myk002/quickfort_row_height' into develop

develop
lethosor 2020-08-20 00:28:30 -04:00
commit 7d3165a2fb
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 2 additions and 0 deletions

@ -155,6 +155,7 @@ ListBox.ATTRS{
on_select = DEFAULT_NIL, on_select = DEFAULT_NIL,
on_select2 = DEFAULT_NIL, on_select2 = DEFAULT_NIL,
select2_hint = DEFAULT_NIL, select2_hint = DEFAULT_NIL,
row_height = DEFAULT_NIL,
} }
function ListBox:preinit(info) function ListBox:preinit(info)
@ -196,6 +197,7 @@ function ListBox:init(info)
end, end,
on_submit2 = on_submit2, on_submit2 = on_submit2,
frame = { l = 0, r = 0 }, frame = { l = 0, r = 0 },
row_height = info.row_height,
} }
} }
end end