Cheryl Sabella added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31500>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to