mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
fix text truncation in whirlpool dialog on windows
This commit is contained in:
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);
|
whirlpoolController.initializeView(walletId, wallet, utxoEntries);
|
||||||
|
|
||||||
dialogPane.setPrefWidth(600);
|
dialogPane.setPrefWidth(600);
|
||||||
dialogPane.setPrefHeight(550);
|
dialogPane.setPrefHeight(570);
|
||||||
AppServices.moveToActiveWindowScreen(this);
|
AppServices.moveToActiveWindowScreen(this);
|
||||||
|
|
||||||
dialogPane.getStylesheets().add(AppServices.class.getResource("app.css").toExternalForm());
|
dialogPane.getStylesheets().add(AppServices.class.getResource("app.css").toExternalForm());
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
<Image url="/image/whirlpool.png" requestedWidth="50" requestedHeight="50" smooth="false" />
|
<Image url="/image/whirlpool.png" requestedWidth="50" requestedHeight="50" smooth="false" />
|
||||||
</ImageView>
|
</ImageView>
|
||||||
</HBox>
|
</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">
|
<VBox fx:id="step1" spacing="15">
|
||||||
<Label text="Introduction" styleClass="title-text">
|
<Label text="Introduction" styleClass="title-text">
|
||||||
<graphic>
|
<graphic>
|
||||||
|
|
Loading…
Reference in a new issue