summaryrefslogtreecommitdiff
path: root/templates/density_map.xml
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-10-24 19:21:15 +0200
committerGitHub <noreply@github.com>2023-10-24 19:21:15 +0200
commit0d77b99bfd4cb9937b6ce59235f0094624e19ba6 (patch)
treeb59997db168d18584b7f30dd15679424220e7ffe /templates/density_map.xml
parentbc2a50b525f6cda0eeac9920f155fd57269b74ba (diff)
Add indicator size option for density map (#2572)
* add indicator size option * obey min stitch length setting
Diffstat (limited to 'templates/density_map.xml')
-rw-r--r--templates/density_map.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/density_map.xml b/templates/density_map.xml
index d8348cbb..d1034fde 100644
--- a/templates/density_map.xml
+++ b/templates/density_map.xml
@@ -24,6 +24,9 @@
<option value="1">Hidden</option>
<option value="2">Lower opacity</option>
</param>
+ <spacer />
+ <param name="indicator-size" type="float" min="0" max="50" indent="1" gui-text="Indicator size"
+ precision="2">0.5</param>
<script>
{{ command_tag | safe }}
</script>