mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01:00
Fix layout
This commit is contained in:
parent
7b7e0e721e
commit
e07a67e825
@ -242,7 +242,7 @@ public class MarketsStatisticsView extends ActivatableViewAndModel<GridPane, Mar
|
||||
private TableColumn<MarketStatisticItem, MarketStatisticItem> getTotalAmountColumn() {
|
||||
TableColumn<MarketStatisticItem, MarketStatisticItem> column = new TableColumn<MarketStatisticItem, MarketStatisticItem>("Total amount") {
|
||||
{
|
||||
setMinWidth(130);
|
||||
setMinWidth(150);
|
||||
}
|
||||
};
|
||||
column.setCellValueFactory((item) -> new ReadOnlyObjectWrapper<>(item.getValue()));
|
||||
|
Loading…
Reference in New Issue
Block a user