Page 1 of 1

r22830 - Remember window size/position between sessions

PostPosted: 07 Aug 2013, 15:46
by drdev
Remembering size and position between sessions is something I prefer all applications I work on to do. Otherwise, since I use multiple monitors and prefer to code on my main monitor and have the application open on my second monitor, it's really annoying to have to move the window to the second monitor every time I restart it. Even for non-developers this should be a welcome enhancement, particularly since it prevents auto-maximizing the window if they last closed it down un-maximized.

I left the default size and position to be maximized on the default monitor, with 800x600 centered being used if you un-maximize.

I included a section if CHANGES.txt about it if you want more details. Let me know if you have any questions.

Thanks.
-Dan