STOCD / SETS

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

Loading screen #65

Closed Shinga13 closed 2 years ago

Shinga13 commented 2 years ago

Loading screen does not adapt to window size

nehpetsca commented 2 years ago

Slight correction: The loading screen will adapt to the known window size, but as a separate window [currently] it depends on cached window sizes and a couple natural TK window updates occur without caching still. The splash itself will be added into the main window frames in a near-future update, which will remove that specific issue.

This issue is still valid as improving the moments we cache window-shape without forcing out-of-order updates would still be desired for other sub-window alignments.

nehpetsca commented 2 years ago

Splash screen converted to inline frame. No other active resizing subwindows at this time.