Python-Nova.novaextension
Python-Nova.novaextension copied to clipboard
Increase max value for line length
The default max value for a stepper when undefined is 100. If it is manually set to a value greater than 100 and the up or down arrow on the stepper is clicked, it will go to 100.
Setting the max value fixes this issue.
The max value is arbitrary. I just picked 1024. I picked a number higher than anything I think people need. The project I work in regularly accepts 160 character max line limits, so I have this set to 159.