mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
width fix ui
This commit is contained in:
parent
99e1198a04
commit
c709572a5d
@ -21,7 +21,7 @@ OPTIONS+=(SHUTDOWN "Shutdown without Changes")
|
||||
CHOICE_HEIGHT=$(("${#OPTIONS[@]}/2+1"))
|
||||
HEIGHT=$(($CHOICE_HEIGHT+8))
|
||||
|
||||
CHOICE=$(dialog --clear --backtitle "RaspiBlitz ${codeVersion}-${codeRelease} - Setup" --title "⚡ Welcome to your RaspiBlitz ⚡" --menu "\nChoose how you want to setup your RaspiBlitz: \n " ${HEIGHT} 64 ${CHOICE_HEIGHT} "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
CHOICE=$(dialog --clear --backtitle "RaspiBlitz ${codeVersion}-${codeRelease} - Setup" --title "⚡ Welcome to your RaspiBlitz ⚡" --menu "\nChoose how you want to setup your RaspiBlitz: \n " ${HEIGHT} 66 ${CHOICE_HEIGHT} "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
|
||||
case $CHOICE in
|
||||
FRESHSETUP)
|
||||
|
Loading…
x
Reference in New Issue
Block a user