mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-01-22 02:34:57 +00:00
align extra info textarea in column for cash at atm buyer step
This commit is contained in:
parent
2d4455b1a2
commit
a8fb638594
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class CashAtAtmForm extends PaymentMethodForm {
|
|||
PaymentAccountPayload paymentAccountPayload) {
|
||||
CashAtAtmAccountPayload cbm = (CashAtAtmAccountPayload) paymentAccountPayload;
|
||||
|
||||
TextArea textExtraInfo = addCompactTopLabelTextArea(gridPane, gridRow, 1, Res.get("payment.shared.extraInfo"), "").second;
|
||||
TextArea textExtraInfo = addCompactTopLabelTextArea(gridPane, ++gridRow, 0, Res.get("payment.shared.extraInfo"), "").second;
|
||||
textExtraInfo.setMinHeight(70);
|
||||
textExtraInfo.setEditable(false);
|
||||
textExtraInfo.setText(cbm.getExtraInfo());
|
||||
|
|
Loading…
Reference in a new issue