<@U14ECM2KV> `prefWidth` honors the size of its ch...
# tornadofx
r
@ron
prefWidth
honors the size of its children. With labels, the
prefWidth
is > 0 as it shrinks down to an ellipsis. To make it disappear, use
maxWidth = 0.0
instead.