Move icon settings to styles

This commit is contained in:
David Conway
2020-12-24 19:52:06 +11:00
parent 16fab80f86
commit c0cc89201e
4 changed files with 11 additions and 19 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>