CompEvol / BeastFX

GUIs for BEAST using Java FX to make things more pretty.
GNU Lesser General Public License v2.1
4 stars 2 forks source link

Package list table now resizes with window. #73

Closed tgvaughan closed 1 year ago

tgvaughan commented 1 year ago

Hi Remco, this tiny patch allows the package manager package list table to resize with the enclosing window. The real fix was just replacing getChildren().add(pane) with setContent(pane), but I couldn't help also replacing the VBox with a BorderPane, as I think this fits the package manager dialog layout better.

rbouckaert commented 1 year ago

Thanks Tim, looks good :-)