Move icon settings to styles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user