change size

This commit is contained in:
Tobias Powalowski 2022-11-27 14:58:27 +01:00
parent 9738aed788
commit 073f3c7e5f

View file

@ -86,10 +86,10 @@ doconsolefont() {
font="latarcyrheb-sun32"
fi
if [[ "${SIZE}" == "16" ]]; then
FONTS="eurlatgr Europe latarcyrheb-sun16 Worldwide"
FONTS="eurlatgr Europe-Font latarcyrheb-sun16 Worldwide-Font"
CANCEL=
#shellcheck disable=SC2086
DIALOG --menu "Select A Console Font:" 10 60 12 ${FONTS} 2>${ANSWER} || CANCEL=1
DIALOG --menu "Select A Console Font:" 10 40 12 ${FONTS} 2>${ANSWER} || CANCEL=1
if [[ "${CANCEL}" = "1" ]]; then
S_NEXTITEM="2"
return 1