From d46d5c6786255a2a6713604532d4d5f11ca02e70 Mon Sep 17 00:00:00 2001 From: nowrep Date: Sun, 24 Feb 2013 13:20:07 +0100 Subject: [PATCH] [Mac] Fixes font rendering with HiDPI (retina) displays. --- src/main/Info.plist | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/Info.plist b/src/main/Info.plist index 077e6ee44..9f2074c20 100644 --- a/src/main/Info.plist +++ b/src/main/Info.plist @@ -14,7 +14,7 @@ @EXECUTABLE@ CFBundleIdentifier com.qupzilla.QupZilla - + CFBundleDocumentTypes @@ -37,12 +37,17 @@ Viewer - + CFBundleDevelopmentRegion English CFBundleName QupZilla CFBundleDisplayName QupZilla + + NSPrincipalClass + NSApplication + NSHighResolutionCapable +