mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Use mono space font also for sell offers
This commit is contained in:
parent
b9d6112d6c
commit
e70d2f38f0
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ public class SpreadView extends ActivatableViewAndModel<GridPane, SpreadViewMode
|
|||
setMinWidth(100);
|
||||
}
|
||||
};
|
||||
column.getStyleClass().add("number-column");
|
||||
column.setCellValueFactory((item) -> new ReadOnlyObjectWrapper<>(item.getValue()));
|
||||
column.setCellFactory(
|
||||
new Callback<TableColumn<SpreadItem, SpreadItem>, TableCell<SpreadItem,
|
||||
|
|
Loading…
Add table
Reference in a new issue