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

@ -1,7 +1,7 @@
On the road to 2023.03
Highlights:
- linux 6.2.x
- added system wide locales: be, bg, cs, da, de, en, el, es, fi, fr, hu, it,
- added system wide locales: be, bg, cs, da, de, en, el, es, fi, fr, hu, it,
lt, lv, mk, nl, nn, pl, pt, ro, ru, sk, sr, sv, uk
Environment changes:
- implemented emergency shell with messages and with big font detection support

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