domhnallmorr / Pitwall

Motorsport manager game built in python
MIT License
2 stars 1 forks source link

Standing Page Drivers Table Size on Start #7

Closed domhnallmorr closed 2 weeks ago

domhnallmorr commented 3 weeks ago

Drivers standings table is too short on startup. After advancing to week 2 it is then correctly sized.

Seems to be related to the main_app.window.height variable changing in value after app is fully rendered.

This may resolve itself after I add a starting page when player can select to start a new game or load existing game.

domhnallmorr commented 2 weeks ago

Seems to be resolved with the title screen as expected.