mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-14 05:21:02 +00:00
Increase scan aler size
This commit is contained in:
@@ -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);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user