mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-04-07 19:38:25 +02:00
make alert dialogs resizable
This commit is contained in:
parent
7bb22419df
commit
ac7a964edf
@ -53,6 +53,8 @@ public class DefaultInteractionServices implements InteractionServices {
|
||||
alert.getDialogPane().setPrefHeight(200 + numLines * 20);
|
||||
}
|
||||
|
||||
alert.setResizable(true);
|
||||
|
||||
moveToActiveWindowScreen(alert);
|
||||
return alert.showAndWait();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user