diff options
author | pspjuth <peter.spjuth@gmail.com> | 2003-09-18 20:34:07 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2003-09-18 20:34:07 (GMT) |
commit | beb29e5c7ae3651d6200e32b1da5b0670f547aea (patch) | |
tree | 9b72060fae3d89f7a3786c8a1eb48bbc592f87b0 /tests | |
parent | fc6975170b18c3a343d4c0333631e36f621ec9c9 (diff) | |
download | tk-beb29e5c7ae3651d6200e32b1da5b0670f547aea.zip tk-beb29e5c7ae3651d6200e32b1da5b0670f547aea.tar.gz tk-beb29e5c7ae3651d6200e32b1da5b0670f547aea.tar.bz2 |
Fixed a small mistake in previous checkin.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/grid.test | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/grid.test b/tests/grid.test index c751db4..2c13a38 100644 --- a/tests/grid.test +++ b/tests/grid.test @@ -5,7 +5,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: grid.test,v 1.21 2003/09/18 18:22:22 pspjuth Exp $ +# RCS: @(#) $Id: grid.test,v 1.22 2003/09/18 20:34:07 pspjuth Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -744,6 +744,12 @@ test grid-10.25 {column/row configure} { } {0 2 1 1 2 2 0 1} grid_reset 10.25 +test grid-10.26 {column/row configure} { + button .b + grid columnconfigure .b 0 +} {-minsize 0 -pad 0 -uniform {} -weight 0} +grid_reset 10.26 + # auto-placement tests test grid-11.1 {default widget placement} { |