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

View file

@ -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());

View file

@ -22,7 +22,7 @@
<Image url="/image/whirlpool.png" requestedWidth="50" requestedHeight="50" smooth="false" />
</ImageView>
</HBox>
<VBox fx:id="whirlpoolBox" styleClass="content-area" spacing="20" prefHeight="370">
<VBox fx:id="whirlpoolBox" styleClass="content-area" spacing="20" prefHeight="390">
<VBox fx:id="step1" spacing="15">
<Label text="Introduction" styleClass="title-text">
<graphic>