cpbotha / nvpy

Simplenote syncing note-taking application, inspired by Notational Velocity and ResophNotes, but uglier and cross-platformerer.
Other
849 stars 114 forks source link

Add ability for window to remember position and size #208

Closed mleo2003 closed 4 years ago

mleo2003 commented 4 years ago

Based on #59 , but updated to work with latest code.

I'm not happy with one part of it, but it works on my machine (both Windows compiled, and running via Linux WSL). May need more testing.

mleo2003 commented 4 years ago

@yuuki0xff Thanks for the pointers, that is smarter for saving. As for the frame trick, I had to add the propagate false statement, as well as +17 on save to keep the frame from shrinking on every save (it always shrunk by 17 on save).

yuuki0xff commented 4 years ago

Thank you for contributions.