Using r465.
J.
On Apr 27, 2008, at 12:07 AM, Thomas Bell wrote:
I think this was fixed sometime around r465. What version are you
using?
--Tom
On Sat, Apr 26, 2008 at 8:02 PM, Jim Hughes <[EMAIL PROTECTED]>
wrote:
I'm seeing text and controls overlap in OSX. The only cure I see is
introducing many more boxes, each with big margins, cluttering up my
pretty code. This how it seems to be fixed in the form sample. Is
there another cure? A planned fix? Here's some simple code to demo:
Shoes.app do
stack do
stack :margin => 40 do
# uncomment to fix overlappage
#stack :margin => 10 do
para "Port:"
@address = edit_line
#end
#stack :margin => 10 do
button "Start"
#end
end
end
end
J.