Make codacy happy

Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
HenrikJannsen 2022-11-24 13:49:04 -05:00
parent 446762f02c
commit a03b0eadfc
No known key found for this signature in database
GPG Key ID: 02AA2BAE387C8307

View File

@ -381,7 +381,7 @@ public class BurningManView extends ActivatableView<ScrollPane, Void> implements
balanceEntryTableView.setVisible(false);
balanceEntryTableView.setManaged(false);
exportBalanceEntriesButton = FormBuilder.addButton(gridPane, ++gridRow, Res.get("shared.exportCSV"));
exportBalanceEntriesButton = addButton(gridPane, ++gridRow, Res.get("shared.exportCSV"));
GridPane.setColumnIndex(exportBalanceEntriesButton, 1);
GridPane.setHalignment(exportBalanceEntriesButton, HPos.RIGHT);
exportBalanceEntriesButton.setVisible(false);