From d7d81400503a134f646472f66e73641b74235be5 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Fri, 5 Nov 2021 16:01:23 +0200 Subject: [PATCH] follow up --- .../sparrow/control/FileWalletKeystoreImportPane.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/sparrowwallet/sparrow/control/FileWalletKeystoreImportPane.java b/src/main/java/com/sparrowwallet/sparrow/control/FileWalletKeystoreImportPane.java index e0c13324..66c9920d 100644 --- a/src/main/java/com/sparrowwallet/sparrow/control/FileWalletKeystoreImportPane.java +++ b/src/main/java/com/sparrowwallet/sparrow/control/FileWalletKeystoreImportPane.java @@ -116,7 +116,7 @@ public class FileWalletKeystoreImportPane extends FileImportPane { return null; } }); - scriptTypeComboBox.setMaxWidth(180); + scriptTypeComboBox.setMaxWidth(170); 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.");