diff options
author | Ned Deily <nad@acm.org> | 2013-02-02 07:12:42 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-02-02 07:12:42 (GMT) |
commit | 9cd864dcbf178e18d1e8370724218594757fddb0 (patch) | |
tree | 32c8a6b4af4c557060280c87d4c5aef3283ee76e /Mac/Resources | |
parent | aded2e5e59a122962ccbf8058cd306da344f27b9 (diff) | |
download | cpython-9cd864dcbf178e18d1e8370724218594757fddb0.zip cpython-9cd864dcbf178e18d1e8370724218594757fddb0.tar.gz cpython-9cd864dcbf178e18d1e8370724218594757fddb0.tar.bz2 |
Issue #15587: Enable Tk high-resolution text rendering on Macs with
Retina displays. Applies to Tkinter apps, such as IDLE, on OS X
framework builds linked with Cocoa Tk 8.5+.
Suggested by Kevin Walzer
Diffstat (limited to 'Mac/Resources')
-rw-r--r-- | Mac/Resources/app/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Resources/app/Info.plist.in b/Mac/Resources/app/Info.plist.in index a91b1ee..8af5efc 100644 --- a/Mac/Resources/app/Info.plist.in +++ b/Mac/Resources/app/Info.plist.in @@ -56,5 +56,7 @@ <true/> <key>NSHumanReadableCopyright</key> <string>(c) 2013 Python Software Foundation.</string> + <key>NSHighResolutionCapable</key> + <true/> </dict> </plist> |