-
Notifications
You must be signed in to change notification settings - Fork 449
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
[7.4.x-7.5] QT.AA_EnableHighDpiScaling results in wrong DPI on some screens #5155
Comments
The user tried a custom Tribler build that does not include
lines. It solved his problem. Apparently, QT DPI scaling detects DPI wrongly on some Windows machines. |
@Rik44444 , thanks for reporting! We're probably going to include some kind of option to turn the scaling off in the upcoming 7.5 release. |
For 7.5 we're not going to provide the settings option as it will require some pretty invasive changes in how our GUI settings are processed. To solve this properly we should do as the QT manual states:
and change the GUI settings loading order so the GUI will first load its settings, and only then will create the window. This will enable us to create a "scaling factor" option in the GUI that will be available for tuning by the user. For people who are affected by this problem: |
This could be fixed by |
Tribler now has a web-based front end and this issue is no longer relevant. |
A user on the forum reported detected a QT bug with auto-scaling.
This happens for all the 7.4.x series along with the experimental build or 7.5.
The text was updated successfully, but these errors were encountered: