Add High DPI text rendering support for Mac OSX.

For text render, adding 'NSHighResolutionCapable' key into plist fixes
high-dpi display
This commit is contained in:
Shouqun Liu
2014-05-26 16:26:31 +08:00
parent ae4d04f9b1
commit ccfdf55840

View File

@@ -55,5 +55,9 @@
<string>SqLB</string>
<key>CFBundleVersion</key>
<string>3.1</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>