R3GUI - How to set the size of an 'area'

95 Views Asked by At

I've tried:

hgroup [label "Note"    64 AFV_Note:    area 100x50]

That produces the correct width but the height is still too tall.

I also tried:

hgroup [label "Note"    64 AFV_Note:    area options [init-size: 100x50]]

That results in an error; probably not an option for 'area'.

1

There are 1 best solutions below

1
On

Does this help at all?

https://github.com/gchiu/RSOChat/blob/master/rsochat.r3#L811

chat-area: area "" 600x90 options [min-hint: 750x50 detab: true]