diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-05-08 17:21:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-08 17:21:51 +0200 |
| commit | b3141a24b68c452c6731c5b25e77ebeaf7d40e4d (patch) | |
| tree | 99f809690ef86d7ac021293c1e89408a1e20cd13 /templates | |
| parent | 59ac45d3212fdfa4615a671738cfa1d970e02782 (diff) | |
Gradient blocks (#2275)
* remove underlay
* set start and end commands for consecutive blocks with the same color
* keep previous params
* add option for manual input of end_row_spacing
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/gradient_blocks.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/gradient_blocks.xml b/templates/gradient_blocks.xml index a1f9dea3..7129f2bd 100644 --- a/templates/gradient_blocks.xml +++ b/templates/gradient_blocks.xml @@ -11,6 +11,12 @@ </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" + indents="1">0.5</param> <script> {{ command_tag | safe }} </script> |
