Fix scrolling issue

This commit is contained in:
Christoph Atteneder 2018-12-03 09:41:23 +01:00
parent d9ae83525a
commit 77989ebf91
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B

View File

@ -496,8 +496,8 @@ public class TradesChartsView extends ActivatableViewAndModel<VBox, TradesCharts
private void createTable() {
tableView = new TableView<>();
tableView.setMinHeight(140);
tableView.setPrefHeight(140);
tableView.setMinHeight(130);
tableView.setPrefHeight(130);
VBox.setVgrow(tableView, Priority.ALWAYS);
// date