diff options
| author | Kaalleen <reni@allenka.de> | 2023-05-10 15:57:21 +0200 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2023-05-10 15:57:21 +0200 |
| commit | 573abab9e7fde4c863ee37a5b7e7d5fbcc540c34 (patch) | |
| tree | 3577e27a71afdb9a3f6bb9a1456a53780daf7574 /templates/gradient_blocks.xml | |
| parent | 39627371acc4c5e6081ec1b22552d063e28ff670 (diff) | |
add help tab to gradient block extension
Diffstat (limited to 'templates/gradient_blocks.xml')
| -rw-r--r-- | templates/gradient_blocks.xml | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/templates/gradient_blocks.xml b/templates/gradient_blocks.xml index d5618704..f824d514 100644 --- a/templates/gradient_blocks.xml +++ b/templates/gradient_blocks.xml @@ -11,13 +11,26 @@ </submenu> </effects-menu> </effect> - <param name="end-row-spacing" - gui-text="End row spacing" - gui-description="Set to zero to use twice the row spacing value" - type="float" - min="0" max="100" - precision="2" - indents="1">0</param> + <param name="notebook" type="notebook"> + <page name="options" gui-text="Options"> + <param name="end-row-spacing" + gui-text="End row spacing" + gui-description="Set to zero to use twice the row spacing value" + type="float" + min="0" max="100" + precision="2" + indents="1">0</param> + </page> + <page name="info" gui-text="Help"> + <label appearance="header">Converts a fill with a linear color gradient into color blocks with variable row spacing.</label> + <spacer /> + <label>This may add density at the center.</label> + <spacer /> + <label>If necessary adapt the end row spacing value after the conversion with the params dialog.</label> + <spacer /> + <label appearance="url">https://inkstitch.org/docs/fill-tools/#convert-to-gradient-blocks</label> + </page> + </param> <script> {{ command_tag | safe }} </script> |
