shrink menu size

This commit is contained in:
Tobias Powalowski 2022-04-04 08:30:02 +02:00
parent a68291e6db
commit 6965a826b7
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,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." 17 58 13 \ --menu "Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 11 58 13 \
"1" "Set Keymap" \ "1" "Set Keymap" \
"2" "Set Consolefont" \ "2" "Set Consolefont" \
"3" "${EXIT}" 2>${ANSWER} "3" "${EXIT}" 2>${ANSWER}

View file

@ -135,7 +135,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." 17 58 13 \ --menu "Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 11 58 13 \
"1" "Select Timezone" \ "1" "Select Timezone" \
"2" "Set Time and Date" \ "2" "Set Time and Date" \
"3" "${EXIT}" 2>${ANSWER} "3" "${EXIT}" 2>${ANSWER}