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

High DPI Version: Icons are very small #246

Open
Hirogen opened this issue Jul 21, 2022 · 7 comments
Open

High DPI Version: Icons are very small #246

Hirogen opened this issue Jul 21, 2022 · 7 comments
Assignees
Labels
good first issue Good first issue if you are new to developing ;) High-DPI the bigger the screen the better

Comments

@Hirogen
Copy link
Collaborator

Hirogen commented Jul 21, 2022

Bug

High DPI Version: Icons are to small

Important questions

  • LogExpert Version: 1.9.0 High DPI Version
  • Windows Version: 11
  • Lokal file or Network: NA
  • Used Columnizer: NA
  • Is this version specific or a new problem: High DPI Version problem

image

@Hirogen Hirogen added the High-DPI the bigger the screen the better label Jul 21, 2022
@Hirogen Hirogen added this to the Release 1.9.1 milestone Jul 21, 2022
@Hirogen Hirogen added the good first issue Good first issue if you are new to developing ;) label Jul 21, 2022
@TheNicker
Copy link

1.10 release dot net 8 now supports high DPI, icons are the correct size using icon scaling.
Although it is not ideal solution, it's good for now and personally I have no real issue with scaled-up icons,
IMHO, Sharp text is much more important.

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.

@Hirogen
Copy link
Collaborator Author

Hirogen commented Jan 7, 2025

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

@Hirogen
Copy link
Collaborator Author

Hirogen commented Jan 8, 2025

I started to replace some of the icons, hopefully will be ready soon

@Hirogen
Copy link
Collaborator Author

Hirogen commented Jan 10, 2025

Preview
image

@Hirogen Hirogen removed this from the Release 1.9.1 milestone Jan 10, 2025
@Hirogen Hirogen self-assigned this Jan 10, 2025
@Hirogen Hirogen linked a pull request Jan 10, 2025 that will close this issue
@Hirogen Hirogen removed a link to a pull request Jan 10, 2025
@TheNicker
Copy link

The icons Looks good.
Haven't tested it yet, but to my understanding, only ico format is full automatic DPI wise.
png might require minor manual tweaking.

I can test your changes if shared

@Hirogen
Copy link
Collaborator Author

Hirogen commented Jan 10, 2025

yeah, but 48x48 pixel should be fine on most monitors, at least on my 4k monitor it looks fine :D

@TheNicker
Copy link

look good on 1440p

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good first issue if you are new to developing ;) High-DPI the bigger the screen the better
Projects
None yet
Development

No branches or pull requests

2 participants