From 73b7b3d9c3e6ecd20d7f67b68971f756eafbcd4e Mon Sep 17 00:00:00 2001 From: david Date: Fri, 30 Jan 2004 07:43:58 +0000 Subject: [PATCH] 2003/12/31 03:04:00 darcs-hash:20040130074358-0c9ea-c5020a41bdb13947c8160745fac88b48ec16375f.gz --- src/org/xwt/Box.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/xwt/Box.java b/src/org/xwt/Box.java index b5585fc..c39823e 100644 --- a/src/org/xwt/Box.java +++ b/src/org/xwt/Box.java @@ -78,7 +78,7 @@ public final class Box extends JSScope implements Scheduler.Task { "shrink", "hshrink", "vshrink", "x", "y", "width", "height", "cols", "rows", "colspan", "rowspan", "align", "visible", "packed", "globalx", "globaly", "minwidth", "maxwidth", "minheight", "maxheight", "indexof", "thisbox", "clip", - "numchildren", "redirect", "cursor", "mouse", "surface" + "numchildren", "redirect", "cursor", "mouse" }; // FIXME update these -- 1.7.10.4