mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-06 05:34:50 -04:00
remove text behind payment account name
This commit is contained in:
parent
e68174ea70
commit
59ed4d78ac
2 changed files with 2 additions and 2 deletions
|
@ -216,7 +216,7 @@ public class CryptoAccountsView extends PaymentAccountsView<GridPane, CryptoAcco
|
|||
}
|
||||
removeAccountRows();
|
||||
addAccountButton.setDisable(false);
|
||||
accountTitledGroupBg = addTitledGroupBg(root, ++gridRow, 2, Res.get("shared.selectedAccount"), Layout.GROUP_DISTANCE);
|
||||
accountTitledGroupBg = addTitledGroupBg(root, ++gridRow, 2, "", Layout.GROUP_DISTANCE);
|
||||
paymentMethodForm = getPaymentMethodForm(current);
|
||||
paymentMethodForm.addFormForEditAccount();
|
||||
gridRow = paymentMethodForm.getGridRow();
|
||||
|
|
|
@ -535,7 +535,7 @@ public class TraditionalAccountsView extends PaymentAccountsView<GridPane, Tradi
|
|||
}
|
||||
removeAccountRows();
|
||||
addAccountButton.setDisable(false);
|
||||
accountTitledGroupBg = addTitledGroupBg(root, ++gridRow, 2, Res.get("shared.selectedAccount"), Layout.GROUP_DISTANCE);
|
||||
accountTitledGroupBg = addTitledGroupBg(root, ++gridRow, 2, "", Layout.GROUP_DISTANCE);
|
||||
paymentMethodForm = getPaymentMethodForm(current);
|
||||
if (paymentMethodForm != null) {
|
||||
paymentMethodForm.addFormForEditAccount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue