mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Adds ScrollableContainer, to be used with tall widgets (#8299)
And use it with KeyboardLayoutDialog.
This commit is contained in:
@@ -144,6 +144,7 @@ function Button:init()
|
||||
-- set FrameContainer content
|
||||
self.frame = FrameContainer:new{
|
||||
margin = self.margin,
|
||||
show_parent = self.show_parent,
|
||||
bordersize = self.bordersize,
|
||||
background = self.background,
|
||||
radius = self.radius,
|
||||
|
||||
Reference in New Issue
Block a user