Merge pull request #6271 from jmacxx/xmr_subaddresses

Increase width to fix truncation in displayed URL.
This commit is contained in:
Christoph Atteneder 2022-06-30 20:22:20 +02:00 committed by GitHub
commit d627c8fa28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}
}