mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-05 05:46:44 +00:00
widen mnemonic grid dialog to accommodate word numbers
This commit is contained in:
parent
f534beb624
commit
f4b9807285
2 changed files with 2 additions and 2 deletions
2
drongo
2
drongo
|
@ -1 +1 @@
|
|||
Subproject commit 5b9b3043a6fded8e6f1589327a9fa2718b41f90c
|
||||
Subproject commit d3e003f76e15e2808a30107e040d519c84393bfa
|
|
@ -136,7 +136,7 @@ public class MnemonicGridDialog extends Dialog<List<String>> {
|
|||
return data == ButtonBar.ButtonData.OK_DONE ? getSelectedWords() : null;
|
||||
});
|
||||
|
||||
dialogPane.setPrefWidth(850);
|
||||
dialogPane.setPrefWidth(952);
|
||||
dialogPane.setPrefHeight(500);
|
||||
AppServices.setStageIcon(dialogPane.getScene().getWindow());
|
||||
AppServices.moveToActiveWindowScreen(this);
|
||||
|
|
Loading…
Reference in a new issue