mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
shorten button width
This commit is contained in:
parent
1ac264600a
commit
1fea119173
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public class MnemonicKeystoreImportPane extends TitledDescriptionPane {
|
||||||
private void createEnterMnemonicButton() {
|
private void createEnterMnemonicButton() {
|
||||||
enterMnemonicButton = new SplitMenuButton();
|
enterMnemonicButton = new SplitMenuButton();
|
||||||
enterMnemonicButton.setAlignment(Pos.CENTER_RIGHT);
|
enterMnemonicButton.setAlignment(Pos.CENTER_RIGHT);
|
||||||
enterMnemonicButton.setText("Set Words Length");
|
enterMnemonicButton.setText("Set Words Size");
|
||||||
enterMnemonicButton.setOnAction(event -> {
|
enterMnemonicButton.setOnAction(event -> {
|
||||||
enterMnemonic(24);
|
enterMnemonic(24);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue