[MODIFIED] Reducir tamaño del diálogo de selección de licencia
This commit is contained in:
parent
6aa59d846b
commit
bb08921870
1 changed files with 2 additions and 1 deletions
|
@ -232,7 +232,8 @@ function request_project_license() {
|
|||
fi
|
||||
done
|
||||
|
||||
dialog_input_radio "${proj_014}" "${proj_015}" "$OPTIONS"
|
||||
# Reducimos el tamaño del diálogo para que muestre menos opciones a la vez (3 líneas menos)
|
||||
dialog_input_radio "${proj_014}" "${proj_015}" "$OPTIONS" 15 70
|
||||
|
||||
if [ $codex -ne 0 ]; then
|
||||
echo "${head_canceled}"
|
||||
|
|
Loading…
Reference in a new issue