mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Make codacy happy
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
02a163f2f1
commit
fa857b39ec
@ -267,7 +267,7 @@ public class BurningmenView extends ActivatableView<ScrollPane, Void> implements
|
||||
selectedContributorBox.setVisible(false);
|
||||
|
||||
// BurnOutputs
|
||||
Tuple2<TableView<BurnOutputListItem>, TitledGroupBg> burnOutputTuple = FormBuilder.addTableViewWithHeader(gridPane, ++gridRow,
|
||||
Tuple2<TableView<BurnOutputListItem>, TitledGroupBg> burnOutputTuple = addTableViewWithHeader(gridPane, ++gridRow,
|
||||
Res.get("dao.burningmen.burnOutput.table.header"), 30);
|
||||
burnOutputsTableView = burnOutputTuple.first;
|
||||
GridPane.setMargin(burnOutputsTableView, new Insets(60, 0, 5, -10));
|
||||
@ -281,7 +281,7 @@ public class BurningmenView extends ActivatableView<ScrollPane, Void> implements
|
||||
burnOutputsTitledGroupBg.setManaged(false);
|
||||
|
||||
// Compensations
|
||||
Tuple2<TableView<CompensationListItem>, TitledGroupBg> compensationTuple = FormBuilder.addTableViewWithHeader(gridPane, gridRow,
|
||||
Tuple2<TableView<CompensationListItem>, TitledGroupBg> compensationTuple = addTableViewWithHeader(gridPane, gridRow,
|
||||
Res.get("dao.burningmen.issuance.table.header"), 30);
|
||||
compensationTableView = compensationTuple.first;
|
||||
GridPane.setMargin(compensationTableView, new Insets(60, -10, 5, 0));
|
||||
|
Loading…
Reference in New Issue
Block a user