Jim Hughes wrote:
Still broken in 532 (OSX Intel)
It looks fixed in the git head.
Shoes.app do
stack do
stack :margin => 40 do
# uncomment to fix overlappage
#stack :margin => 10 do
para "Port:"
@address = edit_line
#end
w/o the extra stack, the button is just below the edit_line, and with the stack it's like 20 pixels below.
