summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMads Dørup <mads@dorup.dk>2013-07-21 14:23:48 +0200
committerPat Thoyts <patthoyts@users.sourceforge.net>2013-08-27 20:06:40 +0100
commit317797bce44f57b0fcdb735a42a6340de09b4257 (patch)
tree11be76dc64165bc62c77ae5683172384d7ee8616
parent8a383db4b28059becc3ebfd1b402299e34c3151f (diff)
downloadgit-317797bce44f57b0fcdb735a42a6340de09b4257.tar.gz
git-gui: Improve font rendering on retina macbooks
Signed-off-by: Mads Dørup <mads@dorup.dk> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
-rw-r--r--macosx/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist
index b3bf15fa1c..1ade121c4c 100644
--- a/macosx/Info.plist
+++ b/macosx/Info.plist
@@ -24,5 +24,7 @@
<string>GITg</string>
<key>CFBundleVersion</key>
<string>@@GITGUI_VERSION@@</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
</dict>
</plist>