make main menu bigger

This commit is contained in:
rootzoll 2020-02-18 12:16:58 +01:00
parent b166f3c113
commit afc588b253

View file

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