diff --git a/Source/Editor/Windows/ToolboxWindow.cs b/Source/Editor/Windows/ToolboxWindow.cs index 478692ff1..7f4069475 100644 --- a/Source/Editor/Windows/ToolboxWindow.cs +++ b/Source/Editor/Windows/ToolboxWindow.cs @@ -308,7 +308,7 @@ namespace FlaxEditor.Windows /// 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,