mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-09 07:02:24 -04:00
Cleanup
This commit is contained in:
parent
3a16897350
commit
34bbe4678f
5 changed files with 11 additions and 12 deletions
|
@ -69,7 +69,7 @@ public class MarketsStatisticsView extends ActivatableViewAndModel<GridPane, Mar
|
|||
statisticsTableView.getColumns().add(getTotalAmountColumn());
|
||||
statisticsTableView.getColumns().add(getSpreadColumn());
|
||||
statisticsTableView.setColumnResizePolicy(TableView.CONSTRAINED_RESIZE_POLICY);
|
||||
Label placeholder = new Label("Currently there are no offers available");
|
||||
Label placeholder = new Label("Currently there is no data available");
|
||||
placeholder.setWrapText(true);
|
||||
statisticsTableView.setPlaceholder(placeholder);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue