alexflint / gallium

Build desktop applications in Go and HTML.
MIT License
3.67k stars 135 forks source link

Fixes issue with fonts appearing blurry on retina displays #52

Closed KyleBanks closed 7 years ago

KyleBanks commented 7 years ago

As reported here: https://github.com/KyleBanks/goggles/issues/24

The issue is Macs run the .app in "Low Resolution Mode" by default if the NSHighResolutionCapable property is not defined in the plist.

KyleBanks commented 7 years ago

You can see what I'm referring to by right-clicking a .app and clicking "Get Info"

screen shot 2017-03-23 at 8 34 00 pm
alexflint commented 7 years ago

Amazing - thank you!