So I have a scrollable message system using this structure:
The HBoxes contain a message, there are multiple.
The problem is, when more HBoxes/messages are added, they are shrunk to one line, and the labels inside them are overrun. I don't want this.
Here are examples of how it looks when the hboxes are not shrunk:
And this is how it looks when there are many enough messages for it shrink the hboxes:
It's either an FXML property I haven't set, or some other solution to the problem. Much appreciated!
EDIT: To clarify, Messages that have been shrunk can only show one line of text.