mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-24 12:46:45 +00:00
fix show/edit descriptor button height
This commit is contained in:
parent
d9ddc74d73
commit
d1ff8d6e3e
1 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,8 @@ public class SettingsController extends WalletFormController implements Initiali
|
|||
editDescriptor.managedProperty().bind(editDescriptor.visibleProperty());
|
||||
showDescriptor.managedProperty().bind(showDescriptor.visibleProperty());
|
||||
showDescriptor.visibleProperty().bind(editDescriptor.visibleProperty().not());
|
||||
editDescriptor.prefHeightProperty().bind(scanDescriptorQR.prefHeightProperty());
|
||||
showDescriptor.prefHeightProperty().bind(scanDescriptorQR.prefHeightProperty());
|
||||
|
||||
revert.setOnAction(event -> {
|
||||
keystoreTabs.getTabs().removeAll(keystoreTabs.getTabs());
|
||||
|
|
Loading…
Reference in a new issue