summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-03-04 09:57:30 +0100
committerGitHub <noreply@github.com>2025-03-04 09:57:30 +0100
commite87833b1253614fe28198aa9f5c4dfcc053a650b (patch)
tree01d5bcde7f5ae811718af2b7bc6c7fc2c088f941 /templates
parentf672d713351ade5dbd8f593bf4b329fb19ad8168 (diff)
Command symbol size and opacity (#3548)
* scale symbols: allow more than 200% * make symbols slightly bigger by default * set opacity value for commands (70%)
Diffstat (limited to 'templates')
-rw-r--r--templates/commands_scale_symbols.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/commands_scale_symbols.xml b/templates/commands_scale_symbols.xml
index 09bcd439..a858facd 100644
--- a/templates/commands_scale_symbols.xml
+++ b/templates/commands_scale_symbols.xml
@@ -3,7 +3,7 @@
<name>Scale Command Symbols</name>
<id>org.{{ id_inkstitch }}.commands_scale_symbols</id>
<param name="extension" type="string" gui-hidden="true">commands_scale_symbols</param>
- <param name="size" type="int" min="0" max="200" gui-text="Size (%)" appearance="full">100</param>
+ <param name="size" type="int" min="0" max="400" gui-text="Size (%)" appearance="full">100</param>
<effect>
<object-type>all</object-type>
<icon>{{ icon_path }}inx/commands_scale.svg</icon>