From cd9e31544731aeaf845d7ed8e70196d12357ec1c Mon Sep 17 00:00:00 2001 From: Yuri Gui Date: Sat, 25 Apr 2026 14:23:03 +0000 Subject: [PATCH] fix(ui): make Vault Options "Mounting" tab scrollable Wrap the mounting-options VBox in a ScrollPane so that conditionally shown rows (drive-letter selector, custom mount-point picker, custom mount flags) remain reachable when the Vault Options window is at or near its 300px minimum height. Previously the rows were clipped past the bottom of the tab with no scrollbar, forcing the user to enlarge the window manually before the controls could be seen or interacted with. Fixes #3150 Co-Authored-By: Yuri Gui --- .../resources/fxml/vault_options_mount.fxml | 160 +++++++++--------- 1 file changed, 82 insertions(+), 78 deletions(-) diff --git a/src/main/resources/fxml/vault_options_mount.fxml b/src/main/resources/fxml/vault_options_mount.fxml index fd65536cc..b451e0cd7 100644 --- a/src/main/resources/fxml/vault_options_mount.fxml +++ b/src/main/resources/fxml/vault_options_mount.fxml @@ -9,90 +9,94 @@ + - - - - - - - - - - - - - - +