mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 12:03:04 +00:00
adjust window size
This commit is contained in:
parent
6ecc9c11c0
commit
a95f8fb59d
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue