mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Merge pull request #647 from haiqu/iss646
Iss646 Can't scroll to bottom of trades list
This commit is contained in:
commit
5f9f7109d1
@ -280,7 +280,7 @@ public class TradesChartsView extends ActivatableViewAndModel<VBox, TradesCharts
|
||||
return null;
|
||||
}
|
||||
});
|
||||
priceChart.setMinHeight(250);
|
||||
priceChart.setMinHeight(200);
|
||||
priceChart.setMaxHeight(300);
|
||||
priceChart.setLegendVisible(false);
|
||||
priceChart.setData(FXCollections.observableArrayList(priceSeries));
|
||||
|
Loading…
Reference in New Issue
Block a user