From 9df00b8d446516af9e8edb7c67d65a8b620b7a99 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 14 Jul 2023 11:19:26 +0200 Subject: [PATCH] menu resize --- usr/bin/archboot-vconsole.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-vconsole.sh b/usr/bin/archboot-vconsole.sh index 0e477d30b..ebc50ee6b 100755 --- a/usr/bin/archboot-vconsole.sh +++ b/usr/bin/archboot-vconsole.sh @@ -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