From 802ffb019f62133fd25376c5b8a8ca0811569d41 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 17 Aug 2021 09:30:20 +0800 Subject: *misc --- Assets/ActionTool/Editor/AnimationParameterEditor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Assets/ActionTool/Editor/AnimationParameterEditor.cs') 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() -- cgit v1.1-26-g67d0