From 2823feadb5533442632a73a22c027e5b6ab2a5f7 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 5 Mar 2023 15:47:01 +0100 Subject: [PATCH] fix menu size --- CHANGELOG | 2 +- usr/bin/archboot-locale.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 069f81582..40aa5c6e7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/usr/bin/archboot-locale.sh b/usr/bin/archboot-locale.sh index b9b6929d7..dd2001f88 100755 --- a/usr/bin/archboot-locale.sh +++ b/usr/bin/archboot-locale.sh @@ -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