Fix profiler window tabs layout for charts

This commit is contained in:
Wojtek Figat
2024-08-17 00:10:03 +02:00
parent cb106be710
commit ed9aaba055
5 changed files with 11 additions and 2 deletions

View File

@@ -50,6 +50,8 @@ namespace FlaxEditor.Windows.Profiler
{
Title = "Assets Memory Usage (CPU)",
AnchorPreset = AnchorPresets.HorizontalStretchTop,
Offsets = Margin.Zero,
Height = SingleChart.DefaultHeight,
FormatSample = v => Utilities.Utils.FormatBytesCount((int)v),
Parent = mainPanel,
};