Minor improvements to code style #1541

This commit is contained in:
Wojtek Figat
2023-11-13 17:17:05 +01:00
parent 13881c7d97
commit 618273977c
11 changed files with 33 additions and 28 deletions

View File

@@ -92,8 +92,9 @@ namespace FlaxEditor.Windows.Profiler
};
// Table
var headerColor = Style.Current.LightBackground;
var textColor = Style.Current.Foreground;
var style = Style.Current;
var headerColor = style.LightBackground;
var textColor = style.Foreground;
_table = new Table
{
Columns = new[]