use menu widget ignore attribute for reader menu

now menu is poped up from top of screen
This commit is contained in:
Qingping Hou
2012-12-31 20:01:38 -05:00
parent 6af311bc17
commit 2bf0a5cf0a

View File

@@ -80,6 +80,7 @@ function ReaderMenu:onShowMenu()
end
local menu_container = CenterContainer:new{
ignore = "height",
dimen = Screen:getSize(),
main_menu,
}