Fix tag add menu.

This commit is contained in:
Chandler Cox
2025-04-02 21:39:47 -05:00
parent 368ef9185b
commit 60b4660a2c

View File

@@ -338,6 +338,7 @@ namespace FlaxEditor.CustomEditors.Editors
IsClosed = true, IsClosed = true,
ItemsMargin = new Margin(2.0f), ItemsMargin = new Margin(2.0f),
CloseAnimationTime = 0, CloseAnimationTime = 0,
Pivot = Float2.Zero
}; };
var tagNamePanel = new HorizontalPanel var tagNamePanel = new HorizontalPanel
{ {