diff options
Diffstat (limited to 'Assets/ActionTool/Editor/AnimationParameterEditor.cs')
-rw-r--r-- | Assets/ActionTool/Editor/AnimationParameterEditor.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Assets/ActionTool/Editor/AnimationParameterEditor.cs b/Assets/ActionTool/Editor/AnimationParameterEditor.cs index 4a382170..a62ea4a1 100644 --- a/Assets/ActionTool/Editor/AnimationParameterEditor.cs +++ b/Assets/ActionTool/Editor/AnimationParameterEditor.cs @@ -17,8 +17,8 @@ namespace ActionTool private void OnEnable() { titleContent = new GUIContent("Parameters"); - maxSize = new Vector2(300, 200); - minSize = maxSize; + minSize = new Vector2(300, 200); + maxSize = new Vector2(300, 2000); } private void OnDisable() |