Reduce line height

This commit is contained in:
Christoph Atteneder 2019-01-07 16:03:21 +01:00
parent 77338c7d32
commit 321fc2710d
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B
2 changed files with 0 additions and 2 deletions

View File

@ -154,7 +154,6 @@ public class TransactionsView extends ActivatableView<VBox, Void> {
tableView.setColumnResizePolicy(TableView.CONSTRAINED_RESIZE_POLICY);
tableView.setPlaceholder(new AutoTooltipLabel(Res.get("funds.tx.noTxAvailable")));
tableView.getStyleClass().add("large-rows");
setDateColumnCellFactory();
setDetailsColumnCellFactory();

View File

@ -69,7 +69,6 @@ public class SpreadView extends ActivatableViewAndModel<GridPane, SpreadViewMode
@Override
public void initialize() {
tableView = new TableView<>();
tableView.getStyleClass().add("large-rows");
int gridRow = 0;
GridPane.setRowIndex(tableView, gridRow);