Window was too big
Adjusting to sane values
This commit is contained in:
parent
4da09e425e
commit
7368b0bfe1
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user