mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-16 21:08:28 +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.titleContent = new GUIContent("Asset exporter");
|
||||||
this.minSize = new Vector2(400, 200);
|
this.minSize = new Vector2(400, 200);
|
||||||
|
this.position = new Rect(this.position.center, new Vector2(400, 500));
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnGUI()
|
void OnGUI()
|
||||||
|
|
Loading…
Add table
Reference in a new issue