mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 14:40:45 +01:00
make main menu bigger
This commit is contained in:
parent
b166f3c113
commit
afc588b253
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ localip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1
|
|||
# BASIC MENU INFO
|
||||
HEIGHT=17
|
||||
WIDTH=64
|
||||
CHOICE_HEIGHT=9
|
||||
CHOICE_HEIGHT=10
|
||||
BACKTITLE="RaspiBlitz"
|
||||
TITLE=""
|
||||
MENU="Choose one of the following options:"
|
||||
|
|
Loading…
Add table
Reference in a new issue