All three pane may be aligning there childs with baseline. The are several issues there:
- baseline + pref height should be the real pref height of the cell
- the pref height of the cell must then subtract the baseline in order to correctly compute VERTICAL bias of Nodes.
These issues were in GridPane and are most likely also in the Panes above. This must be investigated and fixed.
- baseline + pref height should be the real pref height of the cell
- the pref height of the cell must then subtract the baseline in order to correctly compute VERTICAL bias of Nodes.
These issues were in GridPane and are most likely also in the Panes above. This must be investigated and fixed.