daniel-lerch / vocup

Vocabulary trainer.
https://www.microsoft.com/store/apps/9N6W2H3QJQMM
GNU Affero General Public License v3.0
9 stars 3 forks source link

Added Size and Location of MainForm to settings #31

Closed Schafwolle closed 3 years ago

Schafwolle commented 3 years ago

I accidentally created a little bit too many commits. I don't know if you can squash this commits into 1. I am still learning git.

Fixes parts of issue #29

Schafwolle commented 3 years ago

I personally would not save the FormWindowState, as it may be confusing when vocups starts minimized but I could only store the maximized or normal state. I could add a check to reset the stored values when vocup was last opened on a secondary screen which is not connected anymore.

How do I apply your changes to my feature branch? Found it on my own

Schafwolle commented 3 years ago

I noticed that the RestoreBounds Location is properly updated. Therefore I am using the switch case to select the correct Rectangle.

I removed the accidently committed changes. What do you think about it?