1.4.0: Added build target picker and build button to toolbar

This commit is contained in:
Anders Ejlersen 2022-02-13 19:57:25 +01:00
parent 0b147a9144
commit 03200cc370
10 changed files with 254 additions and 7 deletions

View file

@ -80,7 +80,7 @@ namespace Module.NavigationTool.Editor.Toolbar
public override float CalculateWidth()
{
return 100.0f;
return 72.0f;
}
private static void Focus(int instanceId)