mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-26 17:51:48 +01:00
give menus a bit more height
This commit is contained in:
parent
8c695ef8ba
commit
3846a01fdc
@ -15,7 +15,7 @@ source ${configFile}
|
||||
localip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')
|
||||
|
||||
# BASIC MENU INFO
|
||||
HEIGHT=13
|
||||
HEIGHT=14
|
||||
WIDTH=64
|
||||
CHOICE_HEIGHT=6
|
||||
BACKTITLE="RaspiBlitz"
|
||||
|
@ -57,7 +57,7 @@ OPTIONS=(HARDWARE "Run Hardwaretest" \
|
||||
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
|
||||
case $CHOICE in
|
||||
|
Loading…
x
Reference in New Issue
Block a user