Patch submisison to reslove possible bug in VBox and HBox

5 views
Skip to first unread message

Jerome

unread,
Feb 15, 2011, 5:42:27 AM2/15/11
to MinimalComps
Hello,

in VBox and HBox we can set the spacing value to a negative value.
Perhaps it's a good idea to prevent overlaps and set minimum spacing
accepted value to 0.

in VBox.as
line 163
_spacing = Math.max(s, 0);

and in HBox at line 158 too.

What do you think ?

Thanks,
Jerome
Reply all
Reply to author
Forward
0 new messages