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

@@ -482,6 +482,7 @@ namespace FlaxEditor.Windows
: base(editor, true, ScrollBars.None)
{
Title = "Output Log";
Icon = editor.Icons.Info64;
ClipChildren = false;
FlaxEditor.Utilities.Utils.SetupCommonInputActions(this);