Increase width to fix truncation in displayed URL.

This commit is contained in:
jmacxx 2022-06-29 07:28:44 -05:00 committed by Christoph Atteneder
parent b515ec7342
commit 70b8666903
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

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