From f125d788ff71095390a9e190da6722eb00166cd4 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 20 Oct 2018 19:34:12 -0400 Subject: bpo-31500: Default fonts now are scaled on HiDPI displays. (#10015) [2.7] bpo-31500: Add idlelib news items about HiDPI scaling --- Lib/idlelib/NEWS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 257e288..7eb30a1 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -4,6 +4,8 @@ What's New in IDLE 2.7.16? ========================== *Release date: 2019-01-01?* +bpo-31500: Default fonts now are scaled on HiDPI displays. + bpo-34275: Make calltips always visible on Mac. Patch by Kevin Walzer. -- cgit v0.12