1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

[Mac] Fixes font rendering with HiDPI (retina) displays.

This commit is contained in:
nowrep 2013-02-24 13:20:07 +01:00
parent 560c4c414c
commit d46d5c6786

View File

@ -14,7 +14,7 @@
<string>@EXECUTABLE@</string>
<key>CFBundleIdentifier</key>
<string>com.qupzilla.QupZilla</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
@ -37,12 +37,17 @@
<string>Viewer</string>
</dict>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleName</key>
<string>QupZilla</string>
<key>CFBundleDisplayName</key>
<string>QupZilla</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>