diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-03-07 20:45:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 20:45:31 +0100 |
| commit | 704d9c3f62c80371518f843deb3b1fb3baa39e6c (patch) | |
| tree | 776eb7c9427cd267b54a86931cc99ade39b1eb09 /templates/select_elements.xml | |
| parent | 9e6a70f76e4ad4b9d9813b8ed0dfcad5ca1fd501 (diff) | |
update fill method in select_elements extension (#2121)
Diffstat (limited to 'templates/select_elements.xml')
| -rw-r--r-- | templates/select_elements.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/select_elements.xml b/templates/select_elements.xml index cf9634a2..d1130c20 100644 --- a/templates/select_elements.xml +++ b/templates/select_elements.xml @@ -28,6 +28,8 @@ <param indent="1" name="select-auto-fill" type="boolean" gui-text="Fill">false</param> <param indent="1" name="select-contour-fill" type="boolean" gui-text="Contour Fill">false</param> <param indent="1" name="select-guided-fill" type="boolean" gui-text="Guided Fill">false</param> + <param indent="1" name="select-meander-fill" type="boolean" gui-text="Meander Fill">false</param> + <param indent="1" name="select-circular-fill" type="boolean" gui-text="Circular Fill">false</param> <param indent="1" name="select-legacy-fill" type="boolean" gui-text="Legacy Fill">false</param> <param indent="1" name="fill-underlay" type="optiongroup" appearance="combo" gui-text="Underlay" gui-description="Only select fills with this underlay"> |
