diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-04-01 15:30:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-01 15:30:13 +0200 |
| commit | acdb911145972012cf8055c9accd31a235214ca7 (patch) | |
| tree | 769db756139556d696b131d31c090a9aae815e30 /templates | |
| parent | b289c4a633b4fcce581a9edd8f1ded16be28eb5a (diff) | |
troubleshoot: size options (#2186)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/troubleshoot.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/troubleshoot.xml b/templates/troubleshoot.xml index 81d0472a..e2d05cbd 100644 --- a/templates/troubleshoot.xml +++ b/templates/troubleshoot.xml @@ -3,6 +3,8 @@ <name>Troubleshoot Objects</name> <id>org.inkstitch.troubleshoot</id> <param name="extension" type="string" gui-hidden="true">troubleshoot</param> + <param name="pointer-size" type="float" gui-text="Pointer size (mm)" min="1" max="800" precision="2">5</param> + <param name="font-size" type="float" gui-text="Font size (mm)" min="1" max="800" precision="2">2</param> <effect> <object-type>all</object-type> <effects-menu> |
