Merge pull request #1116 from chrox/master

fix filemanager not aware of screen dimen changed from landscape to portrait
This commit is contained in:
HW
2014-11-10 13:53:10 +01:00

View File

@@ -46,6 +46,7 @@ function FileManager:init()
path = self.root_path,
show_parent = self.show_parent,
show_hidden = show_hidden,
width = Screen:getWidth(),
height = Screen:getHeight() - self.banner:getSize().h,
is_popout = false,
is_borderless = true,