Tray icon could be automatically DPI scaled by Windows if created right #1485
Simplestas
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Windows will automatically scale notification icons when DPI changes if HICON is created right. Right would be using LoadImage in LoadIconForTaskbar instead of current implementation. Also, the right way to compute WindowsTaskbar.Dpi would be GetDpiForShellUIComponent(SHELL_UI_COMPONENT_NOTIFICATIONAREA)
Beta Was this translation helpful? Give feedback.
All reactions