diff options
author | fvogel <fvogelnew1@free.fr> | 2017-02-01 21:09:34 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-02-01 21:09:34 (GMT) |
commit | 94a535b1fbe60f678bd43fc60a04498a10cd9e39 (patch) | |
tree | 5c29987efb765d4462e1163756c275fef25c54c2 /tests/textMark.test | |
parent | 624e0e19c674b11f1669dd060fe8b9e8dae38aab (diff) | |
download | tk-94a535b1fbe60f678bd43fc60a04498a10cd9e39.zip tk-94a535b1fbe60f678bd43fc60a04498a10cd9e39.tar.gz tk-94a535b1fbe60f678bd43fc60a04498a10cd9e39.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 edd0e92..bbf226e 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 . {} |