diff options
Diffstat (limited to 'tests/focusTcl.test')
-rw-r--r-- | tests/focusTcl.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/focusTcl.test b/tests/focusTcl.test index 11071ff..1570c36 100644 --- a/tests/focusTcl.test +++ b/tests/focusTcl.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: focusTcl.test,v 1.6 2003/04/01 21:06:28 dgp Exp $ +# RCS: @(#) $Id: focusTcl.test,v 1.7 2003/10/28 22:52:16 hobbs Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -18,7 +18,7 @@ proc setup1 w { set w "" } foreach i {a b c d} { - frame $w.$i -width 100 -height 50 -bd 2 -relief raised + frame $w.$i -width 200 -height 50 -bd 2 -relief raised pack $w.$i } .b configure -width 0 -height 0 |