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 | 4e0fe7c7f62b10c7f57294c672da5c2c44b26a22 (patch) | |
tree | 6aeced86c3d78a511a672f0dea43f0909618279a /tests/textMark.test | |
parent | cc1dd14693b02bd80d03b172e53f6ea747af914b (diff) | |
parent | 0691533b9281b179d99856732c3eb28f6a4256cf (diff) | |
download | tk-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/textMark.test')
-rw-r--r-- | tests/textMark.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textMark.test b/tests/textMark.test index 0fac8f7..043ff82 100644 --- a/tests/textMark.test +++ b/tests/textMark.test @@ -13,7 +13,7 @@ tcltest::loadTestedCommands destroy .t text .t -width 20 -height 10 -pack append . .t {top expand fill} +pack .t -expand 1 -fill both update .t debug on wm geometry . {} |