[issue31500] IDLE: Tiny font on HiDPI display

Terry J. Reedy report at bugs.python.org
Tue Sep 19 17:56:55 EDT 2017


Terry J. Reedy added the comment:

Cheryl, what do you get with

import tkinter as tk
root = tk.Tk()
print(float(root.tk.call('tk', 'scaling')))

If it is less than 1.2, then Serhiy's revised patch should leave config dialog as it should be.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31500>
_______________________________________


More information about the Python-bugs-list mailing list