Fixed center canvas toolbar height

This commit is contained in:
Jaex 2017-11-12 12:11:20 +03:00
parent 4d0c8c5a6f
commit e08543abaf

View file

@ -407,7 +407,7 @@ private void UpdateCenterOffset()
public void CenterCanvas()
{
CanvasCenterOffset = new Vector2(0f, ToolbarHeight + 0f);
CanvasCenterOffset = new Vector2(0f, ToolbarHeight / 2f);
AutomaticPan();
}