width fix ui

This commit is contained in:
rootzoll 2025-02-14 12:27:16 +01:00
parent 99e1198a04
commit c709572a5d

View File

@ -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)