remove padding from no deposit slider

This commit is contained in:
woodser 2024-12-18 12:14:16 -05:00
parent af3c7059a9
commit 5c79380e63

View File

@ -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