Use "stitch length" as label for cell size

This commit is contained in:
arne 2024-07-20 23:11:55 +02:00
commit dfb4b08c35

View file

@ -145,7 +145,7 @@ $compile(
$canvas(scene, size)], $canvas(scene, size)],
["aside", {}, ["aside", {},
["h2", {}, "Settings"], ["h2", {}, "Settings"],
input("Grid size: ", { input("Stitch length: ", {
type: "number", type: "number",
min: "5", min: "5",
value: cellSize.deref()!, value: cellSize.deref()!,