Adds ScrollableContainer, to be used with tall widgets (#8299)

And use it with KeyboardLayoutDialog.
This commit is contained in:
poire-z
2021-10-10 15:09:42 +02:00
committed by GitHub
parent 8c29b71e45
commit ade89cb9b6
6 changed files with 632 additions and 9 deletions

View File

@@ -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,