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

@@ -44,20 +44,6 @@ namespace FlaxEditor.Options
[EditorDisplay("Interface"), EditorOrder(10), Tooltip("Editor User Interface scale. Applied to all UI elements, windows and text. Can be used to scale the interface up on a bigger display. Editor restart required.")]
public float InterfaceScale { get; set; } = 1.0f;
/// <summary>
/// Gets or sets the ToolStrip item scale. Applied to ToolStrip UI elements, windows and text. Can be used to scale the toolstrip size to fit display needs. Editor restart required..
/// </summary>
[DefaultValue(2.0f), Limit(1f, 10.0f)]
[EditorDisplay("Interface"), EditorOrder(20), Tooltip("Editor ToolStrip scale. Applied to ToolStrip UI elements, windows and text. Can be used to scale the toolstrip size to fit display needs. Editor restart required.")]
public float ToolStripScale { get; set; } = 2.0f;
/// <summary>
/// Gets or sets the ToolBox Icon scale. Editor ToolBox Icon scale. Applied to ToolBox Icon UI elements. Can be used to scale the toolbox icon size to fit display needs. Editor restart required.
/// </summary>
[DefaultValue(32.0f), Limit(1f, 64.0f)]
[EditorDisplay("Interface"), EditorOrder(30), Tooltip("Editor ToolBox Icon scale. Applied to ToolBox Icon UI elements. Can be used to scale the toolbox icon size to fit display needs. Editor restart required.")]
public float ToolBoxIconScale { get; set; } = 32.0f;
/// <summary>
/// Gets or sets a value indicating whether use native window title bar. Editor restart required.
/// </summary>