Made save / restore size and position of the main window using wxConfig
Added a feature to keep main window's size and position, and not reset it on each launch. Used default wxConfig feature already included in project, so no any new tools here.
Tested on Mac, can't test it on Windows or Linux at the time. Sorry if I did something wrong, C++ is not my main language.
Thanks for the PR! I will take a look when I have a chance.
I tested it on both mac and windows, and while this works on mac, it does not work on windows. The call to config->Read on windows always fails. Not sure if this is an issue with wxConfig or with our usage of it here.
Thank you for the test! I'll check this out a bit later if no one helps with this.