mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed space from label
This commit is contained in:
parent
111df4b956
commit
2d3f3acac5
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class ImportImage(api.Loader):
|
||||||
),
|
),
|
||||||
qargparse.Boolean(
|
qargparse.Boolean(
|
||||||
"timestretch",
|
"timestretch",
|
||||||
label=" Stretch to timeline length",
|
label="Stretch to timeline length",
|
||||||
default=True,
|
default=True,
|
||||||
help="Clip loaded image/s to timeline length?"
|
help="Clip loaded image/s to timeline length?"
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue