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/IDLE | |
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/IDLE')
-rw-r--r-- | Mac/IDLE/IDLE.app/Contents/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/IDLE/IDLE.app/Contents/Info.plist b/Mac/IDLE/IDLE.app/Contents/Info.plist index 8bffb9a..81daff3 100644 --- a/Mac/IDLE/IDLE.app/Contents/Info.plist +++ b/Mac/IDLE/IDLE.app/Contents/Info.plist @@ -53,5 +53,7 @@ <string>????</string> <key>CFBundleVersion</key> <string>%version%</string> + <key>NSHighResolutionCapable</key> + <true/> </dict> </plist> |