mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-21 04:01:27 +00:00
removed vbox id and renamed style
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user