mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Increase vertical gap
This commit is contained in:
parent
ac20997c05
commit
b930e18ce0
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ public abstract class TradeStepView extends AnchorPane {
|
||||||
GridPane infoGridPane = new GridPane();
|
GridPane infoGridPane = new GridPane();
|
||||||
int rowIndex = 0;
|
int rowIndex = 0;
|
||||||
infoGridPane.setHgap(5);
|
infoGridPane.setHgap(5);
|
||||||
infoGridPane.setVgap(5);
|
infoGridPane.setVgap(10);
|
||||||
infoGridPane.setPadding(new Insets(10, 10, 10, 10));
|
infoGridPane.setPadding(new Insets(10, 10, 10, 10));
|
||||||
Label label = addMultilineLabel(infoGridPane, rowIndex++, Res.get("portfolio.pending.tradePeriodInfo"));
|
Label label = addMultilineLabel(infoGridPane, rowIndex++, Res.get("portfolio.pending.tradePeriodInfo"));
|
||||||
label.setMaxWidth(450);
|
label.setMaxWidth(450);
|
||||||
|
|
Loading…
Add table
Reference in a new issue