Fix retina rendering on OSX
authorkoda
Tue, 02 Jun 2015 01:28:21 +0100
changeset 10972 bba0f1b7ebbc
parent 10971 0e122b87ffbc
child 10973 36b84888934c
Fix retina rendering on OSX This does not actually improve any graphics, but at least OSX native GUI elements won't look pixellated any more.
share/Info.plist.in
--- a/share/Info.plist.in	Mon Jun 01 14:30:22 2015 +0200
+++ b/share/Info.plist.in	Tue Jun 02 01:28:21 2015 +0100
@@ -45,6 +45,8 @@
     </array>
     <key>LSMinimumSystemVersion</key>
     <string>${minimum_macosx_version}</string>
+    <key>NSHighResolutionCapable</key>
+    <string>True</string>
     <key>SUPublicDSAKeyFile</key>
     <string>dsa_pub.pem</string>
     <key>SUFeedURL</key>