summaryrefslogtreecommitdiff
path: root/templates/commands_scale_symbols.xml
blob: a858facdcc44636d04cd2ff947c9fbbc3a02516b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <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="400" gui-text="Size (%)" appearance="full">100</param>
    <effect>
        <object-type>all</object-type>
        <icon>{{ icon_path }}inx/commands_scale.svg</icon>
        <menu-tip>Adjust all command symbol sizes at once</menu-tip>
        <effects-menu>
            <submenu name="{{ menu_inkstitch }}" translatable="no">
                <submenu name="Commands">
                    <submenu name="View" />
                </submenu>
            </submenu>
        </effects-menu>
    </effect>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>