adjust window size

This commit is contained in:
in0finite 2022-01-29 06:58:01 +01:00
parent 6ecc9c11c0
commit a95f8fb59d

View file

@ -72,6 +72,7 @@ namespace SanAndreasUnity.Editor
{
this.titleContent = new GUIContent("Asset exporter");
this.minSize = new Vector2(400, 200);
this.position = new Rect(this.position.center, new Vector2(400, 500));
}
void OnGUI()