Change how settings are accessed in ToolBox Window

This commit is contained in:
David Conway
2020-12-24 18:18:41 +11:00
parent 08ebd99ed4
commit 16fab80f86

View File

@@ -308,7 +308,7 @@ namespace FlaxEditor.Windows
/// <inheritdoc />
public override void OnInit()
{
float tabSize = Editor.Instance.Options.Options.Interface.ToolBoxIconScale;
float tabSize = Editor.Options.Options.Interface.ToolBoxIconScale;
TabsControl = new Tabs
{
AnchorPreset = AnchorPresets.StretchAll,