mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +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"))
|
||||
.backgroundInfo(Res.get("account.altcoin.popup.xmr.dataDirWarning"))
|
||||
.dontShowAgainId("accountSubAddressInfo")
|
||||
.width(700)
|
||||
.show();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue