menu resize

This commit is contained in:
Tobias Powalowski 2023-07-14 11:19:26 +02:00
parent ae80b78de3
commit 9df00b8d44

View file

@ -46,7 +46,7 @@ _set_vconsole() {
_FONTS="ter-v16n Worldwide latarcyrheb-sun16 Worldwide eurlatgr Europe"
fi
#shellcheck disable=SC2086
if _dialog --menu " Select Vconsole Font:\n\n Font Name Region" 12 40 14 ${_FONTS} 2>${_ANSWER}; then
if _dialog --title " Vconsole Font " --menu " Font Name Region" 10 40 12 ${_FONTS} 2>${_ANSWER}; then
#shellcheck disable=SC2086
_FONT=$(cat ${_ANSWER})
_CONTINUE=1