mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Fix scrolling issue
This commit is contained in:
parent
d9ae83525a
commit
77989ebf91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user