Window was too big

Adjusting to sane values
This commit is contained in:
Igor Pečovnik 2019-05-04 10:03:36 +02:00 committed by GitHub
parent 4da09e425e
commit 7368b0bfe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -565,7 +565,7 @@ update_bootscript()
# show warning [TEXT]
show_warning()
{
dialog --title "$title" --backtitle "$backtitle" --cr-wrap --colors --yesno " \Z1$(toilet -W -f bigascii12 WARNING)\Zn\n$1" 26 74
dialog --title "$title" --backtitle "$backtitle" --cr-wrap --colors --yesno " \Z1$(toilet -W -f ascii9 WARNING)\Zn\n$1" 14 53
[[ $? -ne 0 ]] && exit 13
}