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

@@ -48,6 +48,7 @@ namespace FlaxEditor.Windows
: base(editor, true, ScrollBars.None)
{
Title = "Scene";
Icon = editor.Icons.Globe32;
// Scene searching query input box
var headerPanel = new ContainerControl