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()!,
|
||||
oninput: $inputNum(padding),
|
||||
}),
|
||||
input("X Pattern: ", {
|
||||
input("X Stitch Offsets: ", {
|
||||
type: "text",
|
||||
value: settings.xSeeds,
|
||||
oninput: $input(xSeeds)
|
||||
}),
|
||||
input("Y Pattern: ", {
|
||||
input("Y Stitch Offsets: ", {
|
||||
type: "text",
|
||||
value: settings.ySeeds,
|
||||
oninput: $input(ySeeds)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue