How do i make all this comboboxes fit the parent w...
# tornadofx
l
How do i make all this comboboxes fit the parent width from the stylesheet
m
useMaxWidth = true
should work.
l
Thanks a lot worked like a charm