diff options
author | Timon Rapp <timon@zaeda.net> | 2013-05-31 15:39:28 +0200 |
---|---|---|
committer | Timon Rapp <timon@zaeda.net> | 2013-05-31 15:39:28 +0200 |
commit | 1df6a90a0662e39ea1d67724f248f569b83fdd65 (patch) | |
tree | b17d2a0aaee1532480927e2d515a2a0cc198279f /share/qt | |
parent | 365ab225c082277076debeb68ddd75e73f71ac26 (diff) |
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 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> |