diff options
author | fvogel <fvogelnew1@free.fr> | 2017-02-01 21:15:22 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-02-01 21:15:22 (GMT) |
commit | 2e9b5f418ea4d764b5ad3049453293d529e2dad6 (patch) | |
tree | 6aeced86c3d78a511a672f0dea43f0909618279a /tests/textWind.test | |
parent | d2b05530d7db2dc0523aefdfc48f231f59ce7004 (diff) | |
parent | 94a535b1fbe60f678bd43fc60a04498a10cd9e39 (diff) | |
download | tk-2e9b5f418ea4d764b5ad3049453293d529e2dad6.zip tk-2e9b5f418ea4d764b5ad3049453293d529e2dad6.tar.gz tk-2e9b5f418ea4d764b5ad3049453293d529e2dad6.tar.bz2 |
Remove old pack syntax from the scripts of the Tk test suite
Diffstat (limited to 'tests/textWind.test')
-rw-r--r-- | tests/textWind.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textWind.test b/tests/textWind.test index b0359f9..4008f89 100644 --- a/tests/textWind.test +++ b/tests/textWind.test @@ -22,7 +22,7 @@ option add *Text.font {Courier -12} deleteWindows # Widget used in tests 1.* - 16.* text .t -width 30 -height 6 -bd 2 -highlightthickness 2 -pack append . .t {top expand fill} +pack .t -expand 1 -fill both update .t debug on |