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

Struggling at 4k. #5

Open
mkaatman opened this issue Jan 4, 2022 · 7 comments
Open

Struggling at 4k. #5

mkaatman opened this issue Jan 4, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@mkaatman
Copy link

mkaatman commented Jan 4, 2022

image

@xyzroe
Copy link
Owner

xyzroe commented Jan 4, 2022

  1. Are you using the compiled version or are you running python yourself?
  2. Provide information about the system: version, bitness.
  3. Screen settings? Resolution, scale, special features?

@mkaatman
Copy link
Author

mkaatman commented Jan 4, 2022

  1. Complied
  2. Windows 11, 64 bit
  3. 3840x2160, scale: 250%

Probably an uncommon use case but I thought I'd post it in case you wanted to see it. Everything still worked.

@relaystar
Copy link

FWIW I have the same problem, in essentially the same config (except Windows 10).

@mkaatman
Copy link
Author

I was searching so and Reddit and saw a few references to adding this immediately after qt import

PyQt5.QtWidgets.QApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling, True)

@xyzroe
Copy link
Owner

xyzroe commented Jan 26, 2022

Thanks. I will try to fix it in next releases.

@xyzroe xyzroe added the bug Something isn't working label Jan 26, 2022
@pinggi
Copy link

pinggi commented Feb 20, 2022

I have the same problem.
64-bit version doesn't work and 32-bit version has broken GUI :-(

@Nezz
Copy link

Nezz commented Dec 12, 2022

You can work around this by following these steps:

  1. Right click the exe
  2. Properties
  3. Compatibility
  4. Change high DPI settings
  5. Check the box on the bottom and select "System (Enhanced)":
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants