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

Icons are blurry when fractional scaling is enabled #525

Closed
mthw0 opened this issue May 12, 2020 · 1 comment
Closed

Icons are blurry when fractional scaling is enabled #525

mthw0 opened this issue May 12, 2020 · 1 comment

Comments

@mthw0
Copy link
Contributor

mthw0 commented May 12, 2020

This is a common bug in qt5 apps, to fix it you just need to add QGuiApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
into main/main.cpp.

@annejan
Copy link
Member

annejan commented May 29, 2020

Should be fixed in next release, thanks!

@annejan annejan closed this as completed May 29, 2020
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

2 participants