MoneyTools / MoneyFlutter

MIT License
3 stars 1 forks source link

Window Size and Position Reset on Reopening #46

Open monomolecular opened 3 months ago

monomolecular commented 3 months ago

When the Windows app is closed and reopened, it does not retain its previous window size and position. Instead, it defaults to some (likely) hard-coded default. This is happening frequently since I'm straddling the ,Net and Flutter versions and have to close and repopen the Flutter version frequently.

Steps to Reproduce:

  1. Open the application.
  2. Resize and move the window to a preferred size and position.
  3. Close the application.
  4. Reopen the application.

Expected Result: The application should open with the same window size and position as when it was last closed.

Actual Result: The application opens with a different window size and position, not retaining the previous settings. Actually it always opens with the same default, a small window. in the top-left corner of the screen.

System Information: OS: Windows 11 Application Version: As of 2024-06-15