Arcitectus / Sanderling

APIs and libraries to read information directly from the EVE Online game client.
https://forum.botlab.org
Apache License 2.0
259 stars 117 forks source link

Save and restore main window size and position #22

Closed exodus444 closed 7 years ago

exodus444 commented 7 years ago

This change will allow to persist main window size and position whenever it gets updated and restore upon launching Sanderling. Added nuget package dependency - https://github.com/anakic/Jot . It allows to easily track application state not touching the App.config with minimal coding. Very useful and easy to use.

Viir commented 7 years ago

Thank you. I do not remember seeing requests for such a feature, but I can see how it could be useful to others.

dreambottle commented 7 years ago

IMO, the default window size is too small. In my fork I just increased the default size of the window. But restoring the last size is probably even better.