mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Merge pull request #395 from chrox/master
set title bar height to height of text widget in Menu widget
This commit is contained in:
@@ -301,7 +301,7 @@ function Menu:init()
|
||||
}
|
||||
-- group for title bar
|
||||
self.title_bar = OverlapGroup:new{
|
||||
dimen = {w = self.dimen.w},
|
||||
dimen = {w = self.dimen.w, h = self.menu_title:getSize().h},
|
||||
self.menu_title,
|
||||
}
|
||||
-- group for items
|
||||
|
||||
Reference in New Issue
Block a user