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

@@ -252,8 +252,9 @@ namespace FlaxEditor.Windows.Profiler
private static Table InitTable(ContainerControl parent, string name)
{
var headerColor = Style.Current.LightBackground;
var textColor = Style.Current.Foreground;
var style = Style.Current;
var headerColor = style.LightBackground;
var textColor = style.Foreground;
var table = new Table
{
Columns = new[]