Replies: 2 comments 1 reply
-
This is rather strange, given that the icon has a fixed size when drawn (128x128). |
Beta Was this translation helpful? Give feedback.
-
I did an experiment and found that, with default icon size, to have the same visual size, the font size needs to be set to the following numbers: { 1.0, 82 }, The first number is display scale (1.5 means 150%, etc), and the second number is max font size. |
Beta Was this translation helpful? Give feedback.
-
I use the following code to set up the tray icon:
When I set display scale to 200%, the icon fits the task bar well:
However, when I set display scale to 150%, the icon looks too small:
Does H.NotifyIcon adapts to display scale change?
Beta Was this translation helpful? Give feedback.
All reactions