mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 00:27:00 +00:00
fix text truncation in whirlpool dialog on windows
This commit is contained in:
@@ -26,7 +26,7 @@ public class WhirlpoolDialog extends Dialog<Tx0Preview> {
|
||||
whirlpoolController.initializeView(walletId, wallet, utxoEntries);
|
||||
|
||||
dialogPane.setPrefWidth(600);
|
||||
dialogPane.setPrefHeight(550);
|
||||
dialogPane.setPrefHeight(570);
|
||||
AppServices.moveToActiveWindowScreen(this);
|
||||
|
||||
dialogPane.getStylesheets().add(AppServices.class.getResource("app.css").toExternalForm());
|
||||
|
||||
Reference in New Issue
Block a user