<@U0HUJ25V1> Sweet. I find myself removing the `re...
# tornadofx
e
@thomasnield Sweet. I find myself removing the
resizeColumnsToFitContent
and just replacing it with
columnResizePolicy = SmartResize.POLICY
all over btw. It seems to be very useful and it gives JavaFX tables a much more polished look just by applying it.