aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-05-31 07:26:44 -0700
committerWladimir J. van der Laan <[email protected]>2013-05-31 07:26:44 -0700
commit3d661110dae5fe62585ab753ef996f081a11855d (patch)
treeb17d2a0aaee1532480927e2d515a2a0cc198279f
parentMerge pull request #2616 from vinniefalco/leveldb-as-subtree (diff)
parentAdded NSHighResolutionCapable flag to Info.plist for better font rendering on... (diff)
downloaddiscoin-3d661110dae5fe62585ab753ef996f081a11855d.tar.xz
discoin-3d661110dae5fe62585ab753ef996f081a11855d.zip
Merge pull request #2722 from trapp/master
Add NSHighResolutionCapable flag to Info.plist for better font rendering on Retina displays
-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 2312094c4..6f64c3164 100644
--- a/share/qt/Info.plist
+++ b/share/qt/Info.plist
@@ -31,5 +31,7 @@
</array>
</dict>
</array>
+ <key>NSHighResolutionCapable</key>
+ <true/>
</dict>
</plist>