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

Fix scaling issues for high-DPI devices #32

Closed
ALXIMIKS opened this issue Mar 14, 2018 · 2 comments
Closed

Fix scaling issues for high-DPI devices #32

ALXIMIKS opened this issue Mar 14, 2018 · 2 comments

Comments

@ALXIMIKS
Copy link

Provide adaptive program scaling based on user's DPI.

Screenshot from 4k monitor with 175% scaling:
image

@ALXIMIKS
Copy link
Author

Possible work-around is to use the Compatibility:

  • activate "Override high DPI scaling behavior";
  • set "Scaling performed by" to "System".

image

Result:
image

@techbliss
Copy link

To fix for all QT apps , since you most likely have trouble with other apps also.
in user variable and not system variable

QT_AUTO_SCREEN_SCALE_FACTOR=2

@horsicq horsicq closed this as completed Nov 22, 2021
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

3 participants