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

@ -44,5 +44,10 @@
<string>QupZilla</string> <string>QupZilla</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>QupZilla</string> <string>QupZilla</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict> </dict>
</plist> </plist>