Increase BoxSize & overhaul debug log icons

This commit is contained in:
W2Wizard
2021-06-13 20:16:06 +02:00
parent 8e781ccf7b
commit 5408898e15
2 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ namespace FlaxEditor.Surface
/// <summary>
/// The box size (with and height).
/// </summary>
public const float BoxSize = 16.0f;
public const float BoxSize = 20.0f;
/// <summary>
/// The node layout offset on the y axis (height of the boxes rows, etc.). It's used to make the design more consistent.