summaryrefslogtreecommitdiffstats
path: root/tests/textWind.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-02-01 21:09:34 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-02-01 21:09:34 (GMT)
commit0691533b9281b179d99856732c3eb28f6a4256cf (patch)
tree5c29987efb765d4462e1163756c275fef25c54c2 /tests/textWind.test
parentbc6a00f386a42a918f7ea3907a7899419680c3d4 (diff)
downloadtk-0691533b9281b179d99856732c3eb28f6a4256cf.zip
tk-0691533b9281b179d99856732c3eb28f6a4256cf.tar.gz
tk-0691533b9281b179d99856732c3eb28f6a4256cf.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.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textWind.test b/tests/textWind.test
index 27b7309..fd29e19 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