STOCD / SETS

A Star Trek Online build tool in Python
GNU General Public License v3.0
12 stars 7 forks source link

saving window size and position #64

Closed Shinga13 closed 2 years ago

Shinga13 commented 2 years ago

feature does not save maximizen window state, meaning if I save it while the window is maxmized, it will place it in the top left corner of the screen, having the width of the screen but not the correnct height (and the window is still not in maximize mode)

nehpetsca commented 2 years ago

Added zoom/fullscreen state awareness -- should now resize instead of malforming the window (On windows). It will resize the splash screen, but the alignment on the splash screen is off and something undersizes the splash screeen following the zoom setup. Requires more work.

nehpetsca commented 2 years ago

Splash screen converted to inline frame, this should eliminate window size issues.