summaryrefslogtreecommitdiffstats
path: root/tests/textTag.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/textTag.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/textTag.test')
-rw-r--r--tests/textTag.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textTag.test b/tests/textTag.test
index 93feb27..ca3dc0f 100644
--- a/tests/textTag.test
+++ b/tests/textTag.test
@@ -29,7 +29,7 @@ testConstraint haveFontSizes [expr {
destroy .t
text .t -width 20 -height 10
-pack append . .t {top expand fill}
+pack .t -expand 1 -fill both
update
.t debug on