Add IconsScale to editor interface options
This commit is contained in:
@@ -90,7 +90,6 @@ namespace FlaxEditor.Windows.Profiler
|
||||
|
||||
var toolstrip = new ToolStrip
|
||||
{
|
||||
Offsets = new Margin(0, 0, 0, 32),
|
||||
Parent = this,
|
||||
};
|
||||
_liveRecordingButton = toolstrip.AddButton(editor.Icons.Play32);
|
||||
|
||||
Reference in New Issue
Block a user