mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 02:12:00 +01:00
Reduce line height
This commit is contained in:
parent
77338c7d32
commit
321fc2710d
@ -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();
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user