<@U13A9PZC0> There doesn't seem to be an elegant w...
# tornadofx
e
@gtnarg There doesn't seem to be an elegant way to create two textfields that each fill 50% over the available height. It's possible, but I don't even want to show you the code yet.. hehe.. The issue is that each field is wrapped in a
Field
, which is basically just a Pane with a custom layout protocol. I think we need to add some more layout constraints to Field to make this elegant.