Hello, I know that you're only supporting 16:9 right now but I managed to make it work on my own so here is some insight that may help you supporting 3440x1440 resolution (21:9).
First here is the debug image:
At first the error message itself wasn't displaying (cropped in the center):
I have hard-coded the top_border, left_border, right_border (why don't you rely on presets instead of your calculations?) and changed the root.geometry() values and it fixed it:
Please find my modifications and values in this commit.
It's my first time with a python project, but if I can help you in any way, let me know.
Hello, I know that you're only supporting 16:9 right now but I managed to make it work on my own so here is some insight that may help you supporting 3440x1440 resolution (21:9).
First here is the debug image:
At first the error message itself wasn't displaying (cropped in the center):
I have hard-coded the top_border, left_border, right_border (why don't you rely on presets instead of your calculations?) and changed the root.geometry() values and it fixed it:
Please find my modifications and values in this commit. It's my first time with a python project, but if I can help you in any way, let me know.