mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-14 18:59:24 -04:00
fix vertical alignment of fixed price swap arrows
This commit is contained in:
parent
ea506ecaf2
commit
384e771712
1 changed files with 1 additions and 1 deletions
|
@ -1523,7 +1523,7 @@ public abstract class MutableOfferView<M extends MutableOfferViewModel<?>> exten
|
|||
// Fixed/Percentage toggle
|
||||
priceTypeToggleButton = getIconButton(MaterialDesignIcon.SWAP_VERTICAL);
|
||||
editOfferElements.add(priceTypeToggleButton);
|
||||
HBox.setMargin(priceTypeToggleButton, new Insets(16, 1.5, 0, 0));
|
||||
HBox.setMargin(priceTypeToggleButton, new Insets(25, 1.5, 0, 0));
|
||||
priceTypeToggleButton.setOnAction((actionEvent) ->
|
||||
updatePriceToggleButtons(model.getDataModel().getUseMarketBasedPrice().getValue()));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue