add icons to more commonly used editor windows

This commit is contained in:
xxSeys1
2025-05-05 13:24:21 +02:00
parent 08a86066d0
commit 5b618b4f31
6 changed files with 6 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ namespace FlaxEditor.Windows
: base(editor, true, ScrollBars.Vertical)
{
Title = "Properties";
Icon = editor.Icons.Build64;
AutoFocus = true;
Presenter = new CustomEditorPresenter(editor.Undo, null, this);