mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
CenterContainer: options to handle larger content (#8277)
This commit is contained in:
@@ -123,9 +123,9 @@ function MultiInputDialog:init()
|
||||
self[1] = CenterContainer:new{
|
||||
dimen = Geom:new{
|
||||
w = Screen:getWidth(),
|
||||
h = math.max(Screen:getHeight() - self._input_widget:getKeyboardDimen().h,
|
||||
self.dialog_frame:getSize().h),
|
||||
h = Screen:getHeight() - self._input_widget:getKeyboardDimen().h,
|
||||
},
|
||||
ignore_if_over = "height",
|
||||
self.dialog_frame,
|
||||
}
|
||||
UIManager:setDirty(self, "ui")
|
||||
|
||||
Reference in New Issue
Block a user