zserge / tray

Cross-platform, super tiny C99 implementation of a system tray icon with a popup menu.
MIT License
493 stars 84 forks source link

The icon is huge on mac osx #3

Open sisyphsu opened 6 years ago

sisyphsu commented 6 years ago

I build and run the example, found the icon is very huge on OSX.

It looks like this screenshot:

icon
jslegendre commented 5 years ago

This is because macOS does not automatically resize images for the menu bar. I have found 20x20 px to fit well in most cases.

jslegendre commented 5 years ago

I think this does raise a good question however. @zserge Should images be automatically resized for the macOS menubar?