From 6e7dd6604dddbd7f1f7c67c120b788193f0c0dc5 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 5 Apr 2004 06:37:11 +0000 Subject: [PATCH] fixed bug 521 darcs-hash:20040405063711-5007d-21f91a15feca8ed58e1806481fbdd218b0f65ff3.gz --- src/org/ibex/Box.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/org/ibex/Box.java b/src/org/ibex/Box.java index 3c3b868..f889d6e 100644 --- a/src/org/ibex/Box.java +++ b/src/org/ibex/Box.java @@ -299,7 +299,7 @@ public final class Box extends JSScope implements Scheduler.Task { void place_children() { int numkids = 0; for(Box c = firstPackedChild(); c != null; c = c.nextPackedSibling()) numkids++; - //#repeat col/row colspan/rowspan contentwidth/contentheight width/height \ + //#repeat col/row colspan/rowspan contentwidth/contentheight width/height HSHRINK/VSHRINK \ // maxwidth/maxheight cols/rows minwidth/minheight lp_h/lp_v lp_h/lp_v do { int nc = numkids * 2 + cols * 3 + 1 + 2; @@ -326,11 +326,12 @@ public final class Box extends JSScope implements Scheduler.Task { for(int i=0; i=child.col && i=child.col && i