Fix profiler tables to use column headers aligned to center

This commit is contained in:
Wojtek Figat
2025-05-25 02:04:56 +02:00
parent 410ec0465c
commit 9aaba955d0

View File

@@ -51,7 +51,7 @@ namespace FlaxEditor.GUI
/// <summary> /// <summary>
/// The column title horizontal text alignment /// The column title horizontal text alignment
/// </summary> /// </summary>
public TextAlignment TitleAlignment = TextAlignment.Near; public TextAlignment TitleAlignment = TextAlignment.Center;
/// <summary> /// <summary>
/// The column title margin. /// The column title margin.