Increase vertical gap

This commit is contained in:
Christoph Atteneder 2018-02-13 10:00:46 +01:00
parent ac20997c05
commit b930e18ce0
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -443,7 +443,7 @@ public abstract class TradeStepView extends AnchorPane {
GridPane infoGridPane = new GridPane();
int rowIndex = 0;
infoGridPane.setHgap(5);
infoGridPane.setVgap(5);
infoGridPane.setVgap(10);
infoGridPane.setPadding(new Insets(10, 10, 10, 10));
Label label = addMultilineLabel(infoGridPane, rowIndex++, Res.get("portfolio.pending.tradePeriodInfo"));
label.setMaxWidth(450);