Yup the same behavior on OSX. On Mon, Nov 24, 2008 at 10:44 PM, Seth Thomas Rasmussen < [EMAIL PROTECTED]> wrote:
> class FeelMyFlow < Widget > def initialize > stack do > para "new" > para "lines" > para "plz" > end > end > end > > Shoes.app do > feel_my_flow > end > > I'm seeing all the text on one line, as if the para's were in a flow. > I've tried some things like making sure the stack has a width of 1.0, > but that shouldn't be necessary, right? > > -- > Seth Thomas Rasmussen > http://greatseth.com >
