give menus a bit more height

This commit is contained in:
rootzoll
2020-02-14 13:15:14 +01:00
parent 8c695ef8ba
commit 3846a01fdc
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ source ${configFile}
localip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/') localip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')
# BASIC MENU INFO # BASIC MENU INFO
HEIGHT=13 HEIGHT=14
WIDTH=64 WIDTH=64
CHOICE_HEIGHT=6 CHOICE_HEIGHT=6
BACKTITLE="RaspiBlitz" BACKTITLE="RaspiBlitz"

View File

@@ -57,7 +57,7 @@ OPTIONS=(HARDWARE "Run Hardwaretest" \
RESET-ALL "Delete HDD completly to start fresh" RESET-ALL "Delete HDD completly to start fresh"
) )
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 12 62 6 "${OPTIONS[@]}" 2>&1 >/dev/tty) CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 14 62 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
clear clear
case $CHOICE in case $CHOICE in