Bigger confirm internet dialog size for small iPhone screen

This commit is contained in:
Benau 2019-12-23 09:15:01 +08:00
parent 8c5759821e
commit a46f82420f

View File

@ -1933,7 +1933,7 @@ void askForInternetPermission()
"'General', and edit \"Connect to the "
"Internet\" and \"Send anonymous HW statistics\")."),
MessageDialog::MESSAGE_DIALOG_YESNO,
new ConfirmServer(), true, true, 0.7f, 0.7f);
new ConfirmServer(), true, true, 0.85f, 0.85f);
// Changes the default focus to be 'cancel' ('ok' as default is not
// GDPR compliant, see #3378).