diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-05-23 09:54:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-23 09:54:59 +0200 |
| commit | d8043e0a53c6a5af89258cca65dd15382030f809 (patch) | |
| tree | 0fbe6bb7b0f84f2ea6883e68ae02b0645c141100 /templates | |
| parent | 87f7e6124b2778982a9b7defc34a50b238fdcdab (diff) | |
knockdown: square is a rect (#3747)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/knockdown_fill.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/knockdown_fill.xml b/templates/knockdown_fill.xml index 52da75ba..4e6d2ae0 100644 --- a/templates/knockdown_fill.xml +++ b/templates/knockdown_fill.xml @@ -30,7 +30,7 @@ <page name="embossing" gui-text="Embossing"> <param name="shape" type="optiongroup" appearance="combo" gui-text="Shape"> <option value="">None</option> - <option value="square">Square</option> + <option value="rect">Rectangle</option> <option value="circle">Circle</option> </param> <param name="shape-offset" type="float" gui-text="Shape offset" min="0" max="50">1</param> |
