mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-25 15:29:23 -05:00
remove padding from no deposit slider
This commit is contained in:
parent
af3c7059a9
commit
5c79380e63
@ -1039,6 +1039,7 @@ public abstract class MutableOfferView<M extends MutableOfferViewModel<?>> exten
|
|||||||
securityDepositAndFeeBox.getChildren().addAll(getSecurityDepositBox(), tradeFeeFieldsBox);
|
securityDepositAndFeeBox.getChildren().addAll(getSecurityDepositBox(), tradeFeeFieldsBox);
|
||||||
|
|
||||||
buyerAsTakerWithoutDepositSlider = FormBuilder.addSlideToggleButton(gridPane, ++gridRow, Res.get("createOffer.buyerAsTakerWithoutDeposit"));
|
buyerAsTakerWithoutDepositSlider = FormBuilder.addSlideToggleButton(gridPane, ++gridRow, Res.get("createOffer.buyerAsTakerWithoutDeposit"));
|
||||||
|
buyerAsTakerWithoutDepositSlider.setPadding(new Insets(0, 0, 0, 0));
|
||||||
buyerAsTakerWithoutDepositSlider.setOnAction(event -> {
|
buyerAsTakerWithoutDepositSlider.setOnAction(event -> {
|
||||||
|
|
||||||
// popup info box
|
// popup info box
|
||||||
|
Loading…
Reference in New Issue
Block a user