split layout.xml into multiple files loaded on demand, update changelog

This commit is contained in:
2019-09-25 22:59:04 +02:00
parent 7e732cc9b8
commit b10fa60d1b
51 changed files with 2009 additions and 1607 deletions

View File

@@ -19,7 +19,7 @@ void NodePanelGrid::clone_finalize(Node* dest) const
void NodePanelGrid::init()
{
init_template("tpl-panel-grid");
init_template_file("data/dialogs/panel-grid.xml", "tpl-panel-grid");
init_controls();
}