mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
make alert dialogs resizable
This commit is contained in:
parent
7bb22419df
commit
ac7a964edf
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ public class DefaultInteractionServices implements InteractionServices {
|
|||
alert.getDialogPane().setPrefHeight(200 + numLines * 20);
|
||||
}
|
||||
|
||||
alert.setResizable(true);
|
||||
|
||||
moveToActiveWindowScreen(alert);
|
||||
return alert.showAndWait();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue