GUI ResizeLayout (#495)

* gui resizelayout #51

* checkbox icons

* updates

* weather reset

* embedded logo asset
This commit is contained in:
Turánszki János
2022-07-31 19:28:41 +02:00
committed by GitHub
parent 6376373353
commit a0ad653d7d
44 changed files with 10325 additions and 2016 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ void MaterialWindow::Create(EditorComponent* _editor)
editor->RecordEntity(archive, entity);
editor->RefreshEntityTree();
editor->optionsWnd.RefreshEntityTree();
});
float hei = 18;
@@ -449,7 +449,7 @@ void MaterialWindow::Create(EditorComponent* _editor)
{
*name = args.sValue;
editor->RefreshEntityTree();
editor->optionsWnd.RefreshEntityTree();
}
});
AddWidget(&materialNameField);