mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
Increase width to fix truncation in displayed URL.
This commit is contained in:
parent
b515ec7342
commit
70b8666903
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ public class AccountView extends ActivatableView<TabPane, Void> {
|
||||||
.headLine(Res.get("account.altcoin.popup.xmr.dataDirWarningHeadline"))
|
.headLine(Res.get("account.altcoin.popup.xmr.dataDirWarningHeadline"))
|
||||||
.backgroundInfo(Res.get("account.altcoin.popup.xmr.dataDirWarning"))
|
.backgroundInfo(Res.get("account.altcoin.popup.xmr.dataDirWarning"))
|
||||||
.dontShowAgainId("accountSubAddressInfo")
|
.dontShowAgainId("accountSubAddressInfo")
|
||||||
|
.width(700)
|
||||||
.show();
|
.show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue