diff options
author | wart <wart> | 1999-11-13 01:23:01 (GMT) |
---|---|---|
committer | wart <wart> | 1999-11-13 01:23:01 (GMT) |
commit | 64058b81a00dcb9a607570d29205f230a623b4ae (patch) | |
tree | 736dd1aafb96227b767b95ffbfd0bca0bd8c3a92 /tests/grid.test | |
parent | 7c3c1aef2385370be1ebfaaa34fa816693b58484 (diff) | |
download | tk-64058b81a00dcb9a607570d29205f230a623b4ae.zip tk-64058b81a00dcb9a607570d29205f230a623b4ae.tar.gz tk-64058b81a00dcb9a607570d29205f230a623b4ae.tar.bz2 |
Removed bad option "-geometry" to toplevel
Diffstat (limited to 'tests/grid.test')
-rw-r--r-- | tests/grid.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/grid.test b/tests/grid.test index 8cec4aa..bff0bfa 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.5 1999/11/12 23:55:16 wart Exp $ +# RCS: @(#) $Id: grid.test,v 1.6 1999/11/13 01:23:01 wart Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -1208,7 +1208,7 @@ test grid-17.1 {forget and pending idle handlers} { grid forget .t.f destroy .t - toplevel .t -geometry +0+0 + toplevel .t frame .t.f label .t.f.l -text foobar grid .t.f.l |