mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
followup
This commit is contained in:
parent
8038298485
commit
3cc2981b72
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class KeystorePassphraseDialog extends Dialog<String> {
|
|||
Label fingerprintLabel = new Label("Master fingerprint:");
|
||||
TextField fingerprintHex = new TextField();
|
||||
fingerprintHex.setDisable(true);
|
||||
fingerprintHex.setPrefWidth(90);
|
||||
fingerprintHex.setMaxWidth(80);
|
||||
fingerprintHex.getStyleClass().addAll("fixed-width");
|
||||
fingerprintHex.setStyle("-fx-opacity: 0.6");
|
||||
masterFingerprint.addListener((observable, oldValue, newValue) -> {
|
||||
|
|
Loading…
Reference in a new issue