When passing LayoutOptions to a button inside a VBox I noticed that the minContentWidth/Height did not affect the layout cell of the button, but rather the content expanded to the minContentWidht/Height numbers. This was not how I understand LayoutOptions to work.
When passing LayoutOptions to a button inside a VBox I noticed that the
minContentWidth/Height
did not affect the layout cell of the button, but rather the content expanded to theminContentWidht/Height
numbers. This was not how I understand LayoutOptions to work.