mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Improve layout of Zelle form for buyer
This commit is contained in:
parent
9305bfed19
commit
d1d219b36b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class ClearXchangeForm extends PaymentMethodForm {
|
|||
public static int addFormForBuyer(GridPane gridPane, int gridRow, PaymentAccountPayload paymentAccountPayload) {
|
||||
addCompactTopLabelTextFieldWithCopyIcon(gridPane, ++gridRow, Res.get("payment.account.owner"),
|
||||
((ClearXchangeAccountPayload) paymentAccountPayload).getHolderName());
|
||||
addCompactTopLabelTextFieldWithCopyIcon(gridPane, ++gridRow, Res.get("payment.email.mobile"),
|
||||
addCompactTopLabelTextFieldWithCopyIcon(gridPane, gridRow, 1, Res.get("payment.email.mobile"),
|
||||
((ClearXchangeAccountPayload) paymentAccountPayload).getEmailOrMobileNr());
|
||||
return gridRow;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue