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
{{ message }}
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
I am trying to set the dimensions for my app but for some reason the dimensions in my python code are different to those of the HTML window. In HTML I set the body to be 1200px width and 700px height, and that is the area I want to show in my app. However, in eel I specified the size to be (1200, 700) and it is too small. Through trial and error I found out that the correct size is (1216, 736)... Why is this?
Hello,
I am trying to set the dimensions for my app but for some reason the dimensions in my python code are different to those of the HTML window. In HTML I set the body to be 1200px width and 700px height, and that is the area I want to show in my app. However, in eel I specified the size to be (1200, 700) and it is too small. Through trial and error I found out that the correct size is (1216, 736)... Why is this?