7QVNDHPEOY2NRHBON5XDSMLWZ5UXQB3SCEXIK3TZDZDRTAJHMTZAC
local w = App.width(filename) + 10
if x ~= Menu_left+10 and x+w > Safe_width-Menu_left-10 then
x = Menu_left+10
y = y+Line_height+10
if y > Safe_height-Menu_bottom-10 then
break
if filename:find(File_dialog_input_text) then
local w = App.width(filename) + 10
if x ~= Menu_left+10 and x+w > Safe_width-Menu_left-10 then
x = Menu_left+10
y = y+Line_height+10
if y > Safe_height-Menu_bottom-10 then
break
end