Merge branch 'IconScaling' of git://github.com/DaveTheGameDev/FlaxEngine into DaveTheGameDev-IconScaling

This commit is contained in:
Wojtek Figat
2021-01-03 21:06:25 +01:00
3 changed files with 14 additions and 4 deletions

View File

@@ -68,6 +68,12 @@ namespace FlaxEngine.GUI
set => _fontSmall = new FontReference(value);
}
/// <summary>
/// Size of toolbar icons
/// </summary>
[EditorOrder(50)]
public int IconSizeExtra;
/// <summary>
/// The background color.
/// </summary>