diff --git a/web/js/spline_editor.js b/web/js/spline_editor.js index 9a40a15..f469996 100644 --- a/web/js/spline_editor.js +++ b/web/js/spline_editor.js @@ -138,9 +138,12 @@ app.registerExtension({ }) chainCallback(this, "onGraphConfigured", function() { createSplineEditor(this) + this.setSize([550, 800]) }); + }); // onAfterGraphConfigured }//node created + } //before register })//register