shrink menu size

This commit is contained in:
Tobias Powalowski 2022-04-04 08:33:22 +02:00
parent 6965a826b7
commit 59060ecd1b

View file

@ -189,7 +189,7 @@ mainmenu() {
fi fi
#shellcheck disable=SC2086 #shellcheck disable=SC2086
dialog ${DEFAULT} --backtitle "${TITLE}" --title " MAIN MENU " \ dialog ${DEFAULT} --backtitle "${TITLE}" --title " MAIN MENU " \
--menu "Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 18 58 14 \ --menu "Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 17 58 14 \
"0" "Set Keyboard And Console Font" \ "0" "Set Keyboard And Console Font" \
"1" "Set up Network" \ "1" "Set up Network" \
"2" "Select Source" \ "2" "Select Source" \