Update Editor UI to use empty Pivot after fa68a5f572

#3031
This commit is contained in:
Wojtek Figat
2025-03-16 23:06:08 +01:00
parent fa68a5f572
commit a4082934b8
26 changed files with 45 additions and 4 deletions

View File

@@ -204,6 +204,7 @@ namespace FlaxEditor.Tools.Foliage
{
AnchorPreset = AnchorPresets.HorizontalStretchTop,
Offsets = new Margin(4, 4, 4, 0),
Pivot = Float2.Zero,
IsScrollable = true,
Parent = splitPanel.Panel1
};