use menu widget ignore attribute for reader menu

now menu is poped up from top of screen
pull/2/merge
Qingping Hou 12 years ago
parent 6af311bc17
commit 2bf0a5cf0a

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

Loading…
Cancel
Save