Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
Shoes.app :width => 800, :height => 500, :resizable => false do @leftSide = stack :width => 0.5, :height => 1.0do border red, :strokewidth => 2 caption "without margin" end @rightSide = stack :width => 0.5, :height => 1.0, :margin => 10 do border red, :strokewidth => 2 caption "with margin" end end
This paste will be private.
From the Design Piracy series on my blog: