KiCad / KicadOSXBuilder

Kicad OSX Builder, which I plan to use as my boxed development environment on Mac OSX
87 stars 27 forks source link

Enable Retina Support #18

Open bstegmaier75 opened 10 years ago

bstegmaier75 commented 10 years ago

To enable support for Retina displays the following is needed:

<key>NSPrincipalClass</key>
<string>NSApplication</string>

to Info.plist of each application.

Therewith KiCad is nice and crispy also on Retina displays - except for the toolbar icons. (Note: Info.plist is cached after first start, so when changing things you might have to reboot to see the changes).