mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-09 16:24:53 +00:00
fix show/edit descriptor button height
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user