removed vbox id and renamed style

This commit is contained in:
Jan-Peter Klein
2024-07-01 18:19:30 +02:00
parent d58307d1d6
commit 902c66cf1e
4 changed files with 5 additions and 5 deletions

View File

@@ -118,7 +118,7 @@ public class VaultListController implements FxController {
vaultList.maxHeightProperty().bind(vaultList.prefHeightProperty());
vaultList.prefWidthProperty().bind(scrollPane.widthProperty());
vbox.heightProperty().addListener((_, oldValue, newValue) -> {
scrollPane.heightProperty().addListener((_, oldValue, newValue) -> {
if(newValue.doubleValue()>oldValue.doubleValue()){
scrollPane.setVvalue(1.0);
}