Issue #15587: Enable Tk high-resolution text rendering on Macs with · pythoncapi/cpython@9cd864d · GitHub
Skip to content

Commit 9cd864d

Browse files
committed
Issue python#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
1 parent aded2e5 commit 9cd864d

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

Mac/IDLE/IDLE.app/Contents/Info.plist

Lines changed: 2 additions & 0 deletions

Mac/Resources/app/Info.plist.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,7 @@
5656
<true/>
5757
<key>NSHumanReadableCopyright</key>
5858
<string>(c) 2013 Python Software Foundation.</string>
59+
<key>NSHighResolutionCapable</key>
60+
<true/>
5961
</dict>
6062
</plist>

Misc/NEWS

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)