mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Resolve unintended ellipsis. Make popup wider.
This commit is contained in:
parent
53344da9e0
commit
172af9bd6b
2 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ public class FiatAccountsView extends PaymentAccountsView<GridPane, FiatAccounts
|
||||||
} else if (paymentAccount instanceof CashByMailAccount) {
|
} else if (paymentAccount instanceof CashByMailAccount) {
|
||||||
// CashByMail has no chargeback risk so we don't show the text from payment.limits.info.
|
// CashByMail has no chargeback risk so we don't show the text from payment.limits.info.
|
||||||
new Popup().information(Res.get("payment.cashByMail.info"))
|
new Popup().information(Res.get("payment.cashByMail.info"))
|
||||||
.width(700)
|
.width(850)
|
||||||
.closeButtonText(Res.get("shared.cancel"))
|
.closeButtonText(Res.get("shared.cancel"))
|
||||||
.actionButtonText(Res.get("shared.iUnderstand"))
|
.actionButtonText(Res.get("shared.iUnderstand"))
|
||||||
.onAction(() -> doSaveNewAccount(paymentAccount))
|
.onAction(() -> doSaveNewAccount(paymentAccount))
|
||||||
|
|
|
@ -189,7 +189,7 @@ public abstract class Overlay<T extends Overlay<T>> {
|
||||||
protected Timer centerTime;
|
protected Timer centerTime;
|
||||||
protected Type type = Type.Undefined;
|
protected Type type = Type.Undefined;
|
||||||
|
|
||||||
protected int maxChar = 1800;
|
protected int maxChar = 2200;
|
||||||
|
|
||||||
private T cast() {
|
private T cast() {
|
||||||
//noinspection unchecked
|
//noinspection unchecked
|
||||||
|
|
Loading…
Add table
Reference in a new issue