mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
use menu widget ignore attribute for reader menu
now menu is poped up from top of screen
This commit is contained in:
@@ -80,6 +80,7 @@ function ReaderMenu:onShowMenu()
|
||||
end
|
||||
|
||||
local menu_container = CenterContainer:new{
|
||||
ignore = "height",
|
||||
dimen = Screen:getSize(),
|
||||
main_menu,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user