fix menu size

This commit is contained in:
Tobias Powalowski 2023-03-05 15:47:01 +01:00
parent 710182e902
commit 2823feadb5
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ _set_locale() {
_LOCALE=$(cat ${_ANSWER})
if [[ "${_LOCALE}" == "OTHER" ]]; then
#shellcheck disable=SC2086
_dialog --menu "Select A System Wide Locale:" 18 30 12 ${_OTHER_LOCALES} 2>${_ANSWER} || abort
_dialog --menu "Select A System Wide Locale:" 18 35 12 ${_OTHER_LOCALES} 2>${_ANSWER} || abort
_LOCALE=$(cat ${_ANSWER})
fi
if [[ -n ${_LOCALE} ]]; then