penk / terrarium-app

UI Prototyping Tool for Coders
http://www.terrariumapp.com
MIT License
290 stars 43 forks source link

Blurry on retina Macbook #15

Closed kimballfrank closed 7 years ago

kimballfrank commented 9 years ago

This app is awesome. But it is blurry on retina macbook. Easy fix?

cridenour commented 9 years ago

This is actually a real quick fix.

Open up Terrarium.app/Contents/Info.plist and add

<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>

Retina support!