Progress with widget examples

This commit is contained in:
Insality
2025-01-30 01:44:03 +02:00
parent c51a00ad80
commit 0514625f9a
9 changed files with 1195 additions and 697 deletions

View File

@@ -89,7 +89,7 @@ local function setup_components(self)
self.examples_list_view = self.druid:new(examples_list_view, "examples_list_view") --[[@as examples_list_view]]
self.container_examples:add_container(self.examples_list_view.root)
self.properties_panel = self.druid:new(properties_panel, "properties_panel") --[[@as properties_panel]]
self.properties_panel = self.druid:new(properties_panel, "example_properties_panel") --[[@as properties_panel]]
self.container_settings:add_container(self.properties_panel.root)
self.output_list = self.druid:new(output_list, "output_list") --[[@as output_list]]