aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTimon Rapp <timon@zaeda.net>2013-05-31 15:39:28 +0200
committerTimon Rapp <timon@zaeda.net>2013-05-31 15:39:28 +0200
commit1df6a90a0662e39ea1d67724f248f569b83fdd65 (patch)
treeb17d2a0aaee1532480927e2d515a2a0cc198279f /share
parent365ab225c082277076debeb68ddd75e73f71ac26 (diff)
downloadbitcoin-1df6a90a0662e39ea1d67724f248f569b83fdd65.tar.xz
Added NSHighResolutionCapable flag to Info.plist for better font rendering on Retina displays.
Diffstat (limited to 'share')
-rw-r--r--share/qt/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qt/Info.plist b/share/qt/Info.plist
index 2312094c4f..6f64c3164b 100644
--- a/share/qt/Info.plist
+++ b/share/qt/Info.plist
@@ -31,5 +31,7 @@
</array>
</dict>
</array>
+ <key>NSHighResolutionCapable</key>
+ <true/>
</dict>
</plist>