This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: IDLE - configDialog layout cleanup
Type: Stage:
Components: IDLE Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: kbk Nosy List: kbk, taleinat
Priority: normal Keywords: patch

Created on 2007-06-03 13:16 by taleinat, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
IDLE_configDialog.070603.patch taleinat, 2007-06-03 13:16 Initial patch
Messages (2)
msg52706 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2007-06-03 13:16
* Added wm_withdraw() at the beginning of __init__, and wm_deiconify() at the end. This causes the dialog to appear only when it's ready.

* Used Tk's LabelFrame widget where appropriate. This requires Tk8.4, which has been shipped with CPython since Python2.4.

* Minor changes to padding values and labels


Some code regarding the indentation config is commented out on purpose - it can be deleted if deemed unnecessary.
msg56223 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2007-10-04 03:12
r58310.  Thanks for the nice patch!  Looks better!
History
Date User Action Args
2022-04-11 14:56:24adminsetgithub: 45028
2007-10-04 03:12:07kbksetstatus: open -> closed
assignee: kbk
resolution: accepted
messages: + msg56223
nosy: + kbk
2007-06-03 13:16:44taleinatcreate