eoakley / artifacthelper

Helps you pick cards in draft mode on Valve's Artifact game. Made with Python.
GNU General Public License v3.0
39 stars 9 forks source link

21:9 3440x1440 support #9

Closed NicolasConstant closed 5 years ago

NicolasConstant commented 5 years ago

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: screen_shot_debugg

At first the error message itself wasn't displaying (cropped in the center): error_message_missing

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: 3440x1440_fixed

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.

eoakley commented 5 years ago

Just fixed this in the latest release.

If you still have problems, open a new issue with the following:

Thanks for the help!