diff options
author | Tal Einat <taleinat+github@gmail.com> | 2019-07-27 16:57:48 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-07-27 16:57:48 (GMT) |
commit | 3221a63c69268a9362802371a616f49d522a5c4f (patch) | |
tree | b3718e53ebd9a5838bae04f967ba1504e29eb311 /Misc | |
parent | 1ed915e8ae3cc59ad8f7a8eaccb94f27f19b10a6 (diff) | |
download | cpython-3221a63c69268a9362802371a616f49d522a5c4f.zip cpython-3221a63c69268a9362802371a616f49d522a5c4f.tar.gz cpython-3221a63c69268a9362802371a616f49d522a5c4f.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-07-26-17-51-13.bpo-37628.kX4AUF.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-07-26-17-51-13.bpo-37628.kX4AUF.rst b/Misc/NEWS.d/next/IDLE/2019-07-26-17-51-13.bpo-37628.kX4AUF.rst new file mode 100644 index 0000000..60910c4 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-07-26-17-51-13.bpo-37628.kX4AUF.rst @@ -0,0 +1 @@ +Settings dialog no longer expands with font size. |