Is there a way to alter the height of the rows in a TableView? I've tried changing -fx-cell-size from .css, as well as setting the preferred/min/max size of all cells in the table. However, I can't seem to change the height of the rows in my TableView. Is there a way to do this?