Fix anim graph state transition title to auto-fit

This commit is contained in:
Wojtek Figat
2025-04-09 19:33:14 +02:00
parent a9a9057304
commit aabbb04f18

View File

@@ -41,6 +41,8 @@ namespace FlaxEditor.Surface.Archetypes
{
Font = new FontReference(Style.Current.FontLarge),
Text = transition.SurfaceName,
Margin = new Margin(4),
AutoFitText = true,
Parent = this
};