mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
Scroll refactoring progress
This commit is contained in:
@@ -98,7 +98,6 @@ end
|
||||
|
||||
local function setup_scroll(self)
|
||||
self.druid:new_scroll("main_page", "scroll_content")
|
||||
self.scroll = self.druid:new_scroll("scroll2_view", "scroll2_content")
|
||||
end
|
||||
|
||||
|
||||
|
||||
@@ -47,6 +47,8 @@ function M.setup_page(self)
|
||||
self.druid:new_scroll("children_scroll_2", "children_scroll_content_2")
|
||||
self.druid:new_scroll("children_scroll_3", "children_scroll_content_3")
|
||||
|
||||
self.druid:new_scroll("scroll_smaller_view", "scroll_smaller_content")
|
||||
|
||||
init_grid(self)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user