diff options
| author | Timon Rapp <[email protected]> | 2013-05-31 15:39:28 +0200 |
|---|---|---|
| committer | Timon Rapp <[email protected]> | 2013-05-31 15:39:28 +0200 |
| commit | 1df6a90a0662e39ea1d67724f248f569b83fdd65 (patch) | |
| tree | b17d2a0aaee1532480927e2d515a2a0cc198279f /share/qt | |
| parent | Merge pull request #2616 from vinniefalco/leveldb-as-subtree (diff) | |
| download | discoin-1df6a90a0662e39ea1d67724f248f569b83fdd65.tar.xz discoin-1df6a90a0662e39ea1d67724f248f569b83fdd65.zip | |
Added NSHighResolutionCapable flag to Info.plist for better font rendering on Retina displays.
Diffstat (limited to 'share/qt')
| -rw-r--r-- | share/qt/Info.plist | 2 |
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> |