Use "stitch length" as label for cell size
This commit is contained in:
parent
bc99313c2c
commit
dfb4b08c35
1 changed files with 1 additions and 1 deletions
|
|
@ -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()!,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue