fix box size

This commit is contained in:
Tobias Powalowski 2023-03-07 17:40:00 +01:00
parent 0afc605bc5
commit a3f648372d

View file

@ -45,7 +45,7 @@ _set_vconsole() {
fi fi
_CANCEL= _CANCEL=
#shellcheck disable=SC2086 #shellcheck disable=SC2086
_dialog --title "Select Console Font" --menu "\n Font Name Region" 13 40 15 ${_FONTS} 2>${_ANSWER} || _CANCEL=1 _dialog --title "Select Console Font" --menu "\n Font Name Region" 11 40 13 ${_FONTS} 2>${_ANSWER} || _CANCEL=1
_abort_dialog || return 1 _abort_dialog || return 1
#shellcheck disable=SC2086 #shellcheck disable=SC2086
_FONT=$(cat ${_ANSWER}) _FONT=$(cat ${_ANSWER})