further keystore improvements

This commit is contained in:
Craig Raw
2020-08-18 11:50:27 +02:00
parent 133d771c09
commit 198672a06e
3 changed files with 8 additions and 2 deletions
@@ -81,7 +81,7 @@ public class MnemonicKeystoreImportPane extends TitledDescriptionPane {
private void createEnterMnemonicButton() {
enterMnemonicButton = new SplitMenuButton();
enterMnemonicButton.setAlignment(Pos.CENTER_RIGHT);
enterMnemonicButton.setText("Enter Mnemonic");
enterMnemonicButton.setText("Set Words Length");
enterMnemonicButton.setOnAction(event -> {
enterMnemonic(24);
});
@@ -23,6 +23,7 @@ public class FontAwesome5 extends GlyphFont {
CIRCLE('\uf111'),
COINS('\uf51e'),
EXCLAMATION_CIRCLE('\uf06a'),
EXTERNAL_LINK_ALT('\uf35d'),
ELLIPSIS_H('\uf141'),
EYE('\uf06e'),
HAND_HOLDING('\uf4bd'),
@@ -37,6 +38,7 @@ public class FontAwesome5 extends GlyphFont {
SD_CARD('\uf7c2'),
SEARCH('\uf002'),
TOOLS('\uf7d9'),
UNDO('\uf0e2'),
WALLET('\uf555');
private final char ch;