mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
enable close button on multisig backup dialog
This commit is contained in:
parent
1bc2f7d69f
commit
fb679c0199
2 changed files with 2 additions and 2 deletions
2
drongo
2
drongo
|
@ -1 +1 @@
|
||||||
Subproject commit 9808164a2951929faf0976b4f2b4df5ea8a83194
|
Subproject commit f3ee296280789e6c7e57f03036139b80f9f6e3a7
|
|
@ -52,7 +52,7 @@ public class MultisigBackupDialog extends Dialog<String> {
|
||||||
AppServices.setStageIcon(dialogPane.getScene().getWindow());
|
AppServices.setStageIcon(dialogPane.getScene().getWindow());
|
||||||
|
|
||||||
dialogPane.getStyleClass().add("text-input-dialog");
|
dialogPane.getStyleClass().add("text-input-dialog");
|
||||||
dialogPane.getButtonTypes().add(ButtonType.OK);
|
dialogPane.getButtonTypes().add(ButtonType.CLOSE);
|
||||||
|
|
||||||
final ButtonType qrButtonType = new javafx.scene.control.ButtonType("Save PDF...", ButtonBar.ButtonData.LEFT);
|
final ButtonType qrButtonType = new javafx.scene.control.ButtonType("Save PDF...", ButtonBar.ButtonData.LEFT);
|
||||||
dialogPane.getButtonTypes().add(qrButtonType);
|
dialogPane.getButtonTypes().add(qrButtonType);
|
||||||
|
|
Loading…
Reference in a new issue