@@ -212,6 +212,7 @@ public class DownloadPage extends Control implements DecoratorPage {
|
|||||||
scrollPane.setFitToHeight(true);
|
scrollPane.setFitToHeight(true);
|
||||||
|
|
||||||
HBox descriptionPane = new HBox(8);
|
HBox descriptionPane = new HBox(8);
|
||||||
|
descriptionPane.setMinHeight(Region.USE_PREF_SIZE);
|
||||||
descriptionPane.setAlignment(Pos.CENTER);
|
descriptionPane.setAlignment(Pos.CENTER);
|
||||||
pane.getChildren().add(descriptionPane);
|
pane.getChildren().add(descriptionPane);
|
||||||
descriptionPane.getStyleClass().add("card-non-transparent");
|
descriptionPane.getStyleClass().add("card-non-transparent");
|
||||||
|
|||||||
Reference in New Issue
Block a user