Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE scaling issues in 4K (HiDPI) screens #12

Open
jlcebrian opened this issue Oct 5, 2023 · 0 comments
Open

IDE scaling issues in 4K (HiDPI) screens #12

jlcebrian opened this issue Oct 5, 2023 · 0 comments

Comments

@jlcebrian
Copy link

image

When running the IDE in a HiDPI screen in Windows, there are a number of scaling issues. Certain elements, specially buttons, but also the default windows' sizes or table column widths, are too small.

A cursory search reveals that PyQT4 may be the culprit, since good HiDPI support apparently didn't come until QT5. A possible solution could be making a 64-bit package with up-to-date dependencies, since most 4K users are likely to use a modern OS anyway.

Another option is to change the PYTHON.EXE properties to make the system scale the windows by itself, when running in an HiDPI environment. This can be changed in the EXE's properties, under the following options:

image
image

With those options, the program looks blurry in a 4K screen, but has no scaling issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant