From f9d57f6ea51ea8da186c41b70950b7d87fa2c20b Mon Sep 17 00:00:00 2001
From: Kaalleen <36401965+kaalleen@users.noreply.github.com>
Date: Sun, 24 Apr 2022 08:27:42 +0200
Subject: Fix lettering scale, etc. (#1620)
* fix lettering scale
* adapt to updated inkex: transform operator, selections
* fix #1597
* no traceback error message on broken satin columns
* highlight troubleshoot "steps to solve" through additional headline
* set a minimum value for running stitch repeats
* rename "import" thread list to "apply" thread list
---
templates/apply_threadlist.xml | 27 +++++++++++++++++++++++++
templates/commands_scale_symbols.xml | 4 +++-
templates/import_threadlist.xml | 27 -------------------------
templates/object_commands_toggle_visibility.xml | 4 +++-
4 files changed, 33 insertions(+), 29 deletions(-)
create mode 100644 templates/apply_threadlist.xml
delete mode 100644 templates/import_threadlist.xml
(limited to 'templates')
diff --git a/templates/apply_threadlist.xml b/templates/apply_threadlist.xml
new file mode 100644
index 00000000..58776cb5
--- /dev/null
+++ b/templates/apply_threadlist.xml
@@ -0,0 +1,27 @@
+
+
+ Apply Threadlist
+ org.inkstitch.apply_threadlist
+ apply_threadlist
+
+
+
+
+
+
+ {%- for item in threadcatalog %}
+ - {{ item }}
+ {%- endfor %}
+
+
+ all
+
+
+
+
+
+
+
+
diff --git a/templates/commands_scale_symbols.xml b/templates/commands_scale_symbols.xml
index 1d789543..98d17003 100644
--- a/templates/commands_scale_symbols.xml
+++ b/templates/commands_scale_symbols.xml
@@ -8,7 +8,9 @@
all
-
+
+
+
diff --git a/templates/import_threadlist.xml b/templates/import_threadlist.xml
deleted file mode 100644
index 7da3b7f6..00000000
--- a/templates/import_threadlist.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
- Import Threadlist
- org.inkstitch.import_threadlist
- import_threadlist
-
-
-
-
-
-
- {%- for item in threadcatalog %}
- - {{ item }}
- {%- endfor %}
-
-
- all
-
-
-
-
-
-
-
-
diff --git a/templates/object_commands_toggle_visibility.xml b/templates/object_commands_toggle_visibility.xml
index 084b731e..b3580b2a 100644
--- a/templates/object_commands_toggle_visibility.xml
+++ b/templates/object_commands_toggle_visibility.xml
@@ -7,7 +7,9 @@
all
-
+
+
+
--
cgit v1.2.3