Fix anim graph state transition title to auto-fit
This commit is contained in:
@@ -41,6 +41,8 @@ namespace FlaxEditor.Surface.Archetypes
|
|||||||
{
|
{
|
||||||
Font = new FontReference(Style.Current.FontLarge),
|
Font = new FontReference(Style.Current.FontLarge),
|
||||||
Text = transition.SurfaceName,
|
Text = transition.SurfaceName,
|
||||||
|
Margin = new Margin(4),
|
||||||
|
AutoFitText = true,
|
||||||
Parent = this
|
Parent = this
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user