change stepsize for cover slip size

This commit is contained in:
lukas fricke 2025-01-23 14:19:06 +01:00
parent 8d12ba267e
commit 9861d7c461

View file

@ -128,7 +128,7 @@
</div>
<div class="col">
<input class="form-control" type="number"
id="Slip_height" name="Slip_Height">
id="Slip_height" step="0.1" name="Slip_Height">
</input>
</div>
</div>
@ -140,7 +140,7 @@
</div>
<div class="col">
<input class="form-control" type="number"
id="Slip_width" name="Slip_Width">
id="Slip_width" step="0.1" name="Slip_Width">
</input>
</div>
</div>