Increase scan aler size

This commit is contained in:
crschnick 2024-03-03 11:23:14 +00:00
parent cb247316ee
commit f5c4cc805c

View file

@ -158,7 +158,7 @@ public class ScanAlert {
.addComp(Comp.of(() -> stackPane).vgrow())
.buildComp()
.prefWidth(500)
.prefHeight(650)
.prefHeight(680)
.apply(struc -> {
VBox.setVgrow(struc.get().getChildren().get(1), ALWAYS);
})