"Shaping" <
[hidden email]> wrote in message
news:
[hidden email]...
> Does anyone see how the left- and top-margin gapping below is possible? I
> recall an odd bug from years ago where there was a similar small gap of
> five or so pixels involved, but don't remember the details. I wondering
> whether this is the same
Can you come up with an example of the problem. I can't see it with this
simple test ...
s := Shell show.
s view layoutManager: BorderLayout new.
s view addSubView: (c1 := ContainerView new).
c1 backcolor: Color red.
c1 arrangement: #center.
c1 layoutManager: BorderLayout new.
c1 addSubView: (c2 := ContainerView new).
c2 backcolor: Color white.
c2 arrangement: #center
--
Ian
Use the Reply-To address to contact me.
Mail sent to the From address is ignored.