From 952ba0023a2b70de5fd7e5b2bb0d06566ec214e5 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 4 Jun 2024 22:27:33 +0200 Subject: Update tartan gui (#2965) * update tartan gui * params settings size * fix issue with set_precision * fix issue with linear gradient * do not add ignore layer command to png rerealistic output --- lib/gui/tartan/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/gui/tartan/__init__.py') diff --git a/lib/gui/tartan/__init__.py b/lib/gui/tartan/__init__.py index 176d5d1e..7ba13789 100644 --- a/lib/gui/tartan/__init__.py +++ b/lib/gui/tartan/__init__.py @@ -4,6 +4,7 @@ # Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. from .code_panel import CodePanel +from .stripe_panel import StripePanel from .customize_panel import CustomizePanel from .embroidery_panel import EmbroideryPanel from .help_panel import HelpPanel -- cgit v1.2.3