mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 11:16:11 -04:00
fix scrollbar on market view
This commit is contained in:
parent
e3c2251a68
commit
45a13dfd2a
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public class OfferBookChartView extends ActivatableViewAndModel<VBox, OfferBookC
|
|||
private ListChangeListener<OfferBookListItem> changeListener;
|
||||
private ListChangeListener<CurrencyListItem> currencyListItemsListener;
|
||||
private final double dataLimitFactor = 3;
|
||||
private final double initialOfferTableViewHeight = 88; // decrease as MainView's content-pane's top anchor increases
|
||||
private final double initialOfferTableViewHeight = 82; // decrease as MainView's content-pane's top anchor increases
|
||||
private final Function<Double, Double> offerTableViewHeight = (screenSize) -> {
|
||||
// initial visible row count=5, header height=30
|
||||
double pixelsPerOfferTableRow = (initialOfferTableViewHeight - 30) / 5.0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue