mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
hide show derivation link to fix linux width issue
This commit is contained in:
parent
cd00535212
commit
4567f62ef8
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ public class MnemonicKeystoreImportPane extends TitledDescriptionPane {
|
|||
importButton.setDisable(false);
|
||||
setDescription("Ready to import");
|
||||
showHideLink.setText("Show Derivation...");
|
||||
showHideLink.setVisible(true);
|
||||
showHideLink.setVisible(false);
|
||||
setContent(getDerivationEntry(wallet.getScriptType().getDefaultDerivation()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue