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

@@ -140,6 +140,7 @@ namespace FlaxEditor.Windows
: base(editor, true, ScrollBars.None)
{
Title = "Editor";
Icon = editor.Icons.Grid32;
// Create viewport
Viewport = new MainEditorGizmoViewport(editor)