mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Merge pull request #6271 from jmacxx/xmr_subaddresses
Increase width to fix truncation in displayed URL.
This commit is contained in:
commit
d627c8fa28
@ -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…
Reference in New Issue
Block a user