mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Update
This commit is contained in:
@@ -22,7 +22,7 @@ function M:init(template, nodes)
|
||||
self.prefab = self:get_node("text")
|
||||
gui.set_enabled(self.prefab, false)
|
||||
|
||||
self.grid = self.druid:new_static_grid("scroll_content", "text", 1)
|
||||
self.grid = self.druid:new_grid("scroll_content", "text", 1)
|
||||
self.scroll = self.druid:new_scroll("scroll_view", "scroll_content")
|
||||
self.scroll:bind_grid(self.grid)
|
||||
self.scroll:set_horizontal_scroll(false)
|
||||
|
Reference in New Issue
Block a user