[issue31552] IDLE: Convert browswers to use ttk.Treeview

Terry J. Reedy report at bugs.python.org
Sun May 26 00:41:01 EDT 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I changed the type to behavior because the hard-coded pixel heights prevent the browsers form being usable on at least one HiDPI monitor.  I closed #37041 in favor of this on the presumption that ttk.Treeview will work on such monitors, at least after fix_scaling(root) is called.  I posted a quick test there.

----------
type: enhancement -> behavior
versions: +Python 3.8 -Python 3.6

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


More information about the Python-bugs-list mailing list