From 100778ce419f59d7dc28fe5ae67229f760b15e32 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 19 Jun 2019 00:07:18 +0200 Subject: [PATCH] fix sizes --- home.admin/98repairMenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/98repairMenu.sh b/home.admin/98repairMenu.sh index 673f743..52c55d1 100755 --- a/home.admin/98repairMenu.sh +++ b/home.admin/98repairMenu.sh @@ -11,7 +11,7 @@ OPTIONS=(HARDWARE "Run Hardwaretest" \ CLEANHDD "Delete Data - keep Blockchian" ) -CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 15 50 6 "${OPTIONS[@]}" 2>&1 >/dev/tty) +CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 10 60 6 "${OPTIONS[@]}" 2>&1 >/dev/tty) clear case $CHOICE in