maoschanz / drawing

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

Window: remember size #639

Closed ARAKHN1D closed 6 months ago

ARAKHN1D commented 6 months ago

If the user sets the window dimensions to be less than the canvas size loaded on startup, the window will ignore the canvas size and go with the window size set by the user. I can change this if that behavior isn't desired.

Closes #634