This commit is contained in:
Manfred Karrer 2016-01-20 02:55:55 +01:00
parent 3a16897350
commit 34bbe4678f
5 changed files with 11 additions and 12 deletions

View file

@ -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);
}