piksel / pytouch-cube

Qt5 Label Editor for Brother P-Touch Cube label maker
MIT License
48 stars 9 forks source link

feat(printables): allow spacing to fill 999 pixels instead of 99 #34

Closed Mimoja closed 2 years ago

Mimoja commented 2 years ago

QSpinBox defaults to 100 values between 0 and 99. By explicitly setting a maximum we allow a wider spacing without an limitation that is not really engrained in the printer or the app.

Setting the maxiumum to 999; This 'ought to be enough for anybody'.

Signed-off-by: Mimoja git@mimoja.de