hide show derivation link to fix linux width issue

This commit is contained in:
Craig Raw 2021-04-23 12:16:20 +02:00
parent cd00535212
commit 4567f62ef8

View file

@ -360,7 +360,7 @@ public class MnemonicKeystoreImportPane extends TitledDescriptionPane {
importButton.setDisable(false); importButton.setDisable(false);
setDescription("Ready to import"); setDescription("Ready to import");
showHideLink.setText("Show Derivation..."); showHideLink.setText("Show Derivation...");
showHideLink.setVisible(true); showHideLink.setVisible(false);
setContent(getDerivationEntry(wallet.getScriptType().getDefaultDerivation())); setContent(getDerivationEntry(wallet.getScriptType().getDefaultDerivation()));
} }
} }