Session box offset position greater than 32
Is it possible to set session box offset position from top greater than 32? Currently there is just a dropdown list with limited numbers to choose (max 32).
I would prefer to just input a number I want.
The workaround is to adjust the number manually in .py script after it’s been created but it is far from ideal as I have to adjust every time the script is updated.
Thanks
There’s no way to change this in the UI currently.
You could change it directly in the script json file then it will stay the same each time you generate a new script.
Or (as you mentioned), in the .py file but you;ll need to change it each time you generate the script.
Great tip, I haven’t thought about updating json instead of .py.
Thanks!
Sign up
User registration is currently not allowed.