fix text truncation in whirlpool dialog on windows

This commit is contained in:
Craig Raw
2021-09-20 15:51:57 +02:00
parent cfd06a8513
commit e1e5df78c6
2 changed files with 2 additions and 2 deletions
@@ -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());