Increase Editor profiler depth
This commit is contained in:
@@ -526,7 +526,7 @@ namespace FlaxEditor.Windows.Profiler
|
|||||||
}
|
}
|
||||||
row.Depth = e.Depth;
|
row.Depth = e.Depth;
|
||||||
row.Width = _table.Width;
|
row.Width = _table.Width;
|
||||||
row.Visible = e.Depth < 2;
|
row.Visible = e.Depth < 10;
|
||||||
row.BackgroundColor = i % 2 == 0 ? rowColor2 : Color.Transparent;
|
row.BackgroundColor = i % 2 == 0 ? rowColor2 : Color.Transparent;
|
||||||
row.Parent = _table;
|
row.Parent = _table;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -370,7 +370,7 @@ namespace FlaxEditor.Windows.Profiler
|
|||||||
}
|
}
|
||||||
row.Depth = e.Depth;
|
row.Depth = e.Depth;
|
||||||
row.Width = _table.Width;
|
row.Width = _table.Width;
|
||||||
row.Visible = e.Depth < 3;
|
row.Visible = e.Depth < 13;
|
||||||
row.BackgroundColor = i % 2 == 0 ? rowColor2 : Color.Transparent;
|
row.BackgroundColor = i % 2 == 0 ? rowColor2 : Color.Transparent;
|
||||||
row.Parent = _table;
|
row.Parent = _table;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user