E75L5QGUMXN6ZOYL3F5LCNEZY2IJMMRTKYARSSH2OBPKB54VNI4QC
File_dialog_input_right_margin = 0
-- ok/cancel buttons (but with wider names)
local r = Safe_width-10
r = right_justified_button('cancel', r, Menu_top+5+3, function()
reset_file_dialog_state()
end)
r = right_justified_button('submit', r, Menu_top+5+3, function()
File_dialog_callback(File_dialog_input_text)
reset_file_dialog_state()
end)
File_dialog_input_right_margin = r
-- input
draw_file_dialog_input()
-- filtered files