-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase max copies #51
Comments
glabels-qt/glabels/ui/PrintView.ui Line 111 in 803f42f
Probably this line. |
I agree. For example, with a sheet with labels 24mm x 12mm, there are 161 labels on the sheet. So we can't print a whole sheet. |
- Increased range of copies spinbox to 100x the number of iterms per page (#51) - Fixed issue that blocked user from holding down on spinbox controls - Minor layout tweaks
Just committed 33e2d3d which addresses this issue by setting the spinbox range to 100 times the number of labels per page. I don't know if this is the final solution -- this may get fairly clumsy when printing many pages of labels -- I may ultimately go back to something like glabels-3 where you can specify number of full pages or number of labels. |
- Modifies printing model to be similar to glabels-3.x. - Allow simple projects to print by-the-page (#51) - Added collated vs uncollated document merges - Added ability to separate merge groups by page - Updated man pages - Updated misc developer documentation
I believe this can now be closed. |
Hello
Currently, max copies in "Print" seems to be hardcoded at 96.
Could you increase this number, or make it the number of labels on the sheet ?
The text was updated successfully, but these errors were encountered: