mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-07 22:22:24 -04:00
reverse buy and sell xmr panels in market view (#1876)
This commit is contained in:
parent
45e54b69e8
commit
68ee80c6ef
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ public class OfferBookChartView extends ActivatableViewAndModel<VBox, OfferBookC
|
|||
HBox.setHgrow(tupleSell.second, Priority.ALWAYS);
|
||||
tupleBuy.second.setUserData(OfferDirection.BUY.name());
|
||||
tupleSell.second.setUserData(OfferDirection.SELL.name());
|
||||
bottomHBox.getChildren().addAll(tupleBuy.second, tupleSell.second);
|
||||
bottomHBox.getChildren().addAll(tupleSell.second, tupleBuy.second);
|
||||
|
||||
root.getChildren().addAll(currencyComboBoxTuple.first, chartPane, bottomHBox);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue