fixed bug 522
authoradam <adam@megacz.com>
Mon, 5 Apr 2004 20:26:17 +0000 (20:26 +0000)
committeradam <adam@megacz.com>
Mon, 5 Apr 2004 20:26:17 +0000 (20:26 +0000)
darcs-hash:20040405202617-5007d-168b60657ecaa9cdac8f7c8e22e0081d588e1458.gz

src/org/ibex/Box.java

index e77935d..bc77085 100644 (file)
@@ -245,7 +245,7 @@ public final class Box extends JSScope implements Scheduler.Task {
 
     void constrain() {
         //#repeat contentwidth/contentheight colspan/rowspan col/row cols/rows minwidth/minheight \
-        //        textwidth/textheight maxwidth/maxheight cols/rows
+        //        textwidth/textheight maxwidth/maxheight cols/rows rowspan/colspan row/col rows/cols
         // FIXME: inefficient
         contentwidth = 0;
         for(int i=0; i<rows; i++) {