invert item when tapping on filemanager

pull/415/head
chrox 11 years ago
parent 01046fe478
commit 2f9e65871a

@ -40,6 +40,7 @@ function FileManager:init()
local file_chooser = FileChooser:new{
-- remeber to adjust the height when new item is added to the group
path = self.root_path,
show_parent = self.show_parent,
height = Screen:getHeight() - self.banner:getSize().h,
is_popout = false,
is_borderless = true,

Loading…
Cancel
Save