]> 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:14:54 +0000 (10:14 -0700)
committerGitHub <noreply@github.com>
Sat, 27 Jul 2019 17:14:54 +0000 (10:14 -0700)
commit0242eb3fa7818eb078c0915a4b844c5a2070b810
tree4d861083994ca3fc8a589a1fcf486b0e1b91eaab
parent9e7697b3c55e0bd8663cf0641d4718e853af2d9c
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]