summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2017-09-21 15:15:45 (GMT)
committerGitHub <noreply@github.com>2017-09-21 15:15:45 (GMT)
commit0c4997f1919d8583353b12537a63dcbe7b9d280f (patch)
tree6eb92a2d6eb92675205e8b3fa261730a1e8246fe /Misc
parent88d0663005d258526496d1f8ee0acb7103c69e80 (diff)
downloadcpython-0c4997f1919d8583353b12537a63dcbe7b9d280f.zip
cpython-0c4997f1919d8583353b12537a63dcbe7b9d280f.tar.gz
cpython-0c4997f1919d8583353b12537a63dcbe7b9d280f.tar.bz2
[3.6] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) (#3686)
(cherry picked from commit a96c96f)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-09-18-10-43-03.bpo-31500.Y_YDxA.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-09-18-10-43-03.bpo-31500.Y_YDxA.rst b/Misc/NEWS.d/next/IDLE/2017-09-18-10-43-03.bpo-31500.Y_YDxA.rst
new file mode 100644
index 0000000..68d68cb
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-09-18-10-43-03.bpo-31500.Y_YDxA.rst
@@ -0,0 +1 @@
+Default fonts now are scaled on HiDPI displays.