summaryrefslogtreecommitdiff
path: root/Assets/ActionTool/Editor/AnimationParameterEditor.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-08-17 09:30:20 +0800
committerchai <chaifix@163.com>2021-08-17 09:30:20 +0800
commit802ffb019f62133fd25376c5b8a8ca0811569d41 (patch)
treed06e2e1d0e9a732eef3253b7159377f112a492c1 /Assets/ActionTool/Editor/AnimationParameterEditor.cs
parent66cb60a2cd50c7053d8a5caa345e90c4959eb850 (diff)
*misc
Diffstat (limited to 'Assets/ActionTool/Editor/AnimationParameterEditor.cs')
-rw-r--r--Assets/ActionTool/Editor/AnimationParameterEditor.cs4
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()