mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 09:00:26 +00:00
Increase scan aler size
This commit is contained in:
parent
cb247316ee
commit
f5c4cc805c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue