1.6.0: Added a tool position and rotation scene view toolbar menu which uses buttons, instead of toggle drop down menu

This commit is contained in:
Anders Ejlersen 2022-07-25 22:00:16 +02:00
parent faf964ac93
commit d9e62f6589
9 changed files with 118 additions and 2 deletions

View file

@ -47,7 +47,7 @@ internal sealed class MyCustomTool : AbstractToolbarDrawer
public override float CalculateWidth()
{
// Default height for toolbar buttons is 30
// Default width for toolbar buttons is 30
return 30.0f;
}
}