-
Notifications
You must be signed in to change notification settings - Fork 28
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
Inconsistent icon sizes on hidpi screens #35
Comments
Yes. This is because of the difference between pixel icons vs fonts. Is your emacs compiled with Imagemagick support? In theory, emacs should resize the images if you do... |
Same size icons could also be supported if:
Or,
|
I think so - at least, |
Can help with Issue ryuslash#35
It seems it is supported on your system. Perhaps you can add some amount to the height to have the images resized appropriately...? I have added an option |
Finally had a chance to try this, but it doesn't seem to be working. The small icons are still the same size no matter what I set In case it was a conflict with something else in my configuration, I tried it with a blank .emacs, just installed the package and then did:
Is that right? |
In theory it should work, but obviously it doesn't. I'm not sure why. It may work in a standard buffer, but not in the mode line. |
Having decent support for HiDPI would be a really big plus. How about creating |
Hi,
Using Emacs 24.5.1 on Linux Mint 18 with HiDPI scaling turned on, some icons are very small:
The text mode and autorevert icons are normal sized, but the python and terminal icons are small. I think this might have something to do with using icons from fonts vs. XPMs; I have FontAwesome, mfizz and IcoMoon installed on my system.
The text was updated successfully, but these errors were encountered: