follow up

This commit is contained in:
Craig Raw 2021-11-05 16:01:23 +02:00
parent 3c77552211
commit d7d8140050

View file

@ -116,7 +116,7 @@ public class FileWalletKeystoreImportPane extends FileImportPane {
return null; return null;
} }
}); });
scriptTypeComboBox.setMaxWidth(180); scriptTypeComboBox.setMaxWidth(170);
HelpLabel helpLabel = new HelpLabel(); HelpLabel helpLabel = new HelpLabel();
helpLabel.setHelpText("P2WPKH is a Native Segwit type and is usually the best choice for new wallets.\nP2SH-P2WPKH is a Wrapped Segwit type and is a reasonable choice for the widest compatibility.\nP2PKH is a Legacy type and should be avoided for new wallets.\nFor existing wallets, be sure to choose the type that matches the wallet you are importing."); helpLabel.setHelpText("P2WPKH is a Native Segwit type and is usually the best choice for new wallets.\nP2SH-P2WPKH is a Wrapped Segwit type and is a reasonable choice for the widest compatibility.\nP2PKH is a Legacy type and should be avoided for new wallets.\nFor existing wallets, be sure to choose the type that matches the wallet you are importing.");