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