make main menu bigger

This commit is contained in:
rootzoll
2020-02-18 12:15:05 +01:00
parent bbeb5b21a9
commit b166f3c113

View File

@@ -15,9 +15,9 @@ source ${configFile}
localip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')
# BASIC MENU INFO
HEIGHT=15
HEIGHT=17
WIDTH=64
CHOICE_HEIGHT=7
CHOICE_HEIGHT=9
BACKTITLE="RaspiBlitz"
TITLE=""
MENU="Choose one of the following options:"