You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My screen is a 1366x768 screen. The screen size code did not work to I just did this: SCREEN_WIDTH = int(os.getenv('SCREEN_WIDTH', 1366)) SCREEN_HEIGHT = int(os.getenv('SCREEN_HEIGHT', 768))
and it fit but it does not respond at all. No buttons can be clicked.