Minor improvements to code style #1541
This commit is contained in:
@@ -63,8 +63,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[]
|
||||
|
||||
Reference in New Issue
Block a user