Add margin to item tree in toolbox

This commit is contained in:
Chandler Cox
2024-04-30 15:05:58 -05:00
parent c59bce3b58
commit 3209320547

View File

@@ -367,6 +367,7 @@ namespace FlaxEditor.Windows
var tree = new Tree(false)
{
AnchorPreset = AnchorPresets.HorizontalStretchTop,
Margin = new Margin(0, 0, 0, panel.ScrollBarsSize),
IsScrollable = true,
Parent = panel
};