diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:16:08 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:16:08 +0000 |
commit | 182b5aca27d376b08a2904bed42b751496f932f3 (patch) | |
tree | df13115820dbc879c0fe2eae488c9f8c0215a7da /Tools/modulator/Tkextra.py | |
parent | e6ddc8b20b493fef2e7cffb2e1351fe1d238857e (diff) | |
download | cpython-182b5aca27d376b08a2904bed42b751496f932f3.tar.gz cpython-182b5aca27d376b08a2904bed42b751496f932f3.zip |
Whitespace normalization, via reindent.py.
Diffstat (limited to 'Tools/modulator/Tkextra.py')
-rwxr-xr-x | Tools/modulator/Tkextra.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/modulator/Tkextra.py b/Tools/modulator/Tkextra.py index 00ed5eb981e..8f557286f50 100755 --- a/Tools/modulator/Tkextra.py +++ b/Tools/modulator/Tkextra.py @@ -105,7 +105,7 @@ def strdialog(master, title, text, bitmap, default, *args): {'width': '3i', 'text': text, 'font': '-Adobe-Times-Medium-R-Normal-*-180-*', - Pack: {'side': 'left', + Pack: {'side': 'left', 'fill': 'both', 'padx': '3m', 'pady': '3m'}}) @@ -187,7 +187,7 @@ def askstr(str): def askfile(str): # XXXX For now... i = strdialog(mainWidget, 'Question', str, '', 0) return i - + # The rest is the test program. def _go(): |