From e968f814f718c32742466bfa50cb62f0ad7b2d54 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 24 May 2022 19:40:30 +0200 Subject: Add ripple stitch feature (#1667) --- lib/extensions/params.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/extensions') diff --git a/lib/extensions/params.py b/lib/extensions/params.py index e50d97d0..b60183e5 100644 --- a/lib/extensions/params.py +++ b/lib/extensions/params.py @@ -129,6 +129,7 @@ class ParamsTab(ScrolledPanel): self.update_choice_widgets((param, selection)) self.settings_grid.Layout() + self.Fit() self.Layout() if event: -- cgit v1.2.3