From 874ae4b87fb16785054ea796e75a8dfa291bc00a Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:39:34 +0300 Subject: [PATCH] Update spline_editor.js --- web/js/spline_editor.js | 3 +++ 1 file changed, 3 insertions(+) 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