maoschanz / drawing

Simple image editor for Linux
https://maoschanz.github.io/drawing/
GNU General Public License v3.0
786 stars 101 forks source link

Increase new image size limit #645

Open ARAKHN1D opened 5 months ago

ARAKHN1D commented 5 months ago

Increases the new image size limit from 4096 pixels to 9999 pixels. Hopefully that amount is good for now. If the limit is theoretically eventually removed, then I'm not sure how that would be done using GtkAdjustments, because as far as I know, they require an upper limit.

Closes #608