Merge branch 'FlaxEngine:master' into color-picker

This commit is contained in:
Menotdan
2023-05-17 21:12:37 -04:00
committed by GitHub
11 changed files with 168 additions and 54 deletions

View File

@@ -10,7 +10,7 @@ namespace FlaxEngine.GUI
public class Button : ContainerControl
{
/// <summary>
/// The default height fro the buttons.
/// The default height for the buttons.
/// </summary>
public const float DefaultHeight = 24.0f;