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

@@ -37,6 +37,8 @@ namespace FlaxEditor.Windows.Profiler
{
Title = "Draw (CPU)",
AnchorPreset = AnchorPresets.HorizontalStretchTop,
Offsets = Margin.Zero,
Height = SingleChart.DefaultHeight,
FormatSample = v => (Mathf.RoundToInt(v * 10.0f) / 10.0f) + " ms",
Parent = mainPanel,
};