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

Fonts are blurred when scaling on highDPI monitors #42

Open
watercrossing opened this issue Aug 3, 2021 · 2 comments
Open

Fonts are blurred when scaling on highDPI monitors #42

watercrossing opened this issue Aug 3, 2021 · 2 comments

Comments

@watercrossing
Copy link

watercrossing commented Aug 3, 2021

When increasing windows scaling, the fonts get blurred. Please see below for a comparison between infi.systray and Powertoys' tray context menu at 100%, 125% and 200%:
Font scaling issue

Since this is all text I am rather confused to why infi.systray looks so poor!

@thestampr
Copy link

just add this first:

import ctypes
ctypes.windll.shcore.SetProcessDpiAwareness(1)

@watercrossing
Copy link
Author

Excellent, that worked. This should be enabled by default.

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