Improve labels for x / y seeds

This commit is contained in:
arne 2024-08-25 09:48:33 +02:00
commit d77b4fda37

View file

@ -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)