]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37628: Fix IDLE config sample sizes (GH-14958)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Jul 2019 17:19:12 +0000 (10:19 -0700)
committerGitHub <noreply@github.com>
Sat, 27 Jul 2019 17:19:12 +0000 (10:19 -0700)
commit171019354aa2c717af2e7b2c90aec7b9724f7282
tree45423e0d0b45f6897ae029ec4cbe177b6ef71b65
parentd38fa5869502dcd00343978bdf6b726035415ddb
bpo-37628: Fix IDLE config sample sizes (GH-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.
(cherry picked from commit 3221a63c69268a9362802371a616f49d522a5c4f)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
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]