Improve labels for x / y seeds
This commit is contained in:
parent
b667206182
commit
d77b4fda37
1 changed files with 2 additions and 2 deletions
|
|
@ -190,12 +190,12 @@ $compile(
|
||||||
value: padding.deref()!,
|
value: padding.deref()!,
|
||||||
oninput: $inputNum(padding),
|
oninput: $inputNum(padding),
|
||||||
}),
|
}),
|
||||||
input("X Pattern: ", {
|
input("X Stitch Offsets: ", {
|
||||||
type: "text",
|
type: "text",
|
||||||
value: settings.xSeeds,
|
value: settings.xSeeds,
|
||||||
oninput: $input(xSeeds)
|
oninput: $input(xSeeds)
|
||||||
}),
|
}),
|
||||||
input("Y Pattern: ", {
|
input("Y Stitch Offsets: ", {
|
||||||
type: "text",
|
type: "text",
|
||||||
value: settings.ySeeds,
|
value: settings.ySeeds,
|
||||||
oninput: $input(ySeeds)
|
oninput: $input(ySeeds)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue