-
Notifications
You must be signed in to change notification settings - Fork 168
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
High DPI Version: Icons are very small #246
Comments
1.10 release dot net 8 now supports high DPI, icons are the correct size using icon scaling. SVG icons or multi-resolution icons such as .ico or .png should be used instead. I've had experiments trying to generate multi-size icons out of the current resources, but the results are not good, added that the resources in the first place are not that of a high quality. Icons would probably need to be hand crafted for pixel perfect results. For this project I would recommend multi-size png, since it's portable, and probably would be easier to integrate. |
yeah true, currently looking in the open icon library but not all types of icons are included :/ gonna take a look at https://github.com/twbs/icons and https://github.com/google/material-design-icons and see which icons fit best |
I started to replace some of the icons, hopefully will be ready soon |
The icons Looks good. I can test your changes if shared |
yeah, but 48x48 pixel should be fine on most monitors, at least on my 4k monitor it looks fine :D |
Bug
High DPI Version: Icons are to small
Important questions
The text was updated successfully, but these errors were encountered: