Hi Carl,

On Tuesday, October 15, 2002, 12:09:35 AM, you wrote:

CR> test-lo: layout [
CR>     field "aaa" 60
CR>     field "bbb" 60
CR> ]

You can fix it with:

    test-lo: layout [
        field "aaa" 60 para []
        field "bbb" 60 para []
    ]

To have it fixed globally you could do something like:

   stylize/master [
       Field: Field with [
           append init [
               para: make para []
           ]
       ]
   ]

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to