summaryrefslogtreecommitdiffstats
path: root/tests/textWind.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-02-01 21:15:22 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-02-01 21:15:22 (GMT)
commit4e0fe7c7f62b10c7f57294c672da5c2c44b26a22 (patch)
tree6aeced86c3d78a511a672f0dea43f0909618279a /tests/textWind.test
parentcc1dd14693b02bd80d03b172e53f6ea747af914b (diff)
parent0691533b9281b179d99856732c3eb28f6a4256cf (diff)
downloadtk-4e0fe7c7f62b10c7f57294c672da5c2c44b26a22.zip
tk-4e0fe7c7f62b10c7f57294c672da5c2c44b26a22.tar.gz
tk-4e0fe7c7f62b10c7f57294c672da5c2c44b26a22.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 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