]> granicus.if.org Git - python/commit
bpo-37628: Fix IDLE config sample sizes (#14958)
authorTal Einat <taleinat+github@gmail.com>
Sat, 27 Jul 2019 16:57:48 +0000 (19:57 +0300)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 27 Jul 2019 16:57:48 +0000 (12:57 -0400)
commit3221a63c69268a9362802371a616f49d522a5c4f
treeb3718e53ebd9a5838bae04f967ba1504e29eb311
parent1ed915e8ae3cc59ad8f7a8eaccb94f27f19b10a6
bpo-37628: Fix IDLE config sample sizes (#14958)

The boxes for the font and highlight samples are now constrained by the overall config dialog size.  They gain scrollbars when the when a large font size makes the samples too large for the box.
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/htest.py
Lib/idlelib/idle_test/test_textview.py
Lib/idlelib/textview.py
Misc/NEWS.d/next/IDLE/2019-07-26-17-51-13.bpo-37628.kX4AUF.rst [new file with mode: 0644]