better height

This commit is contained in:
rootzoll 2021-08-03 21:03:47 +02:00
parent 9cd517008f
commit 9b49b2a64a

View file

@ -107,7 +107,7 @@ if [ ${chain} = "main" ];then
fi fi
fi fi
CHOICE_HEIGHT=$(("${#OPTIONS[@]}" / 3)) CHOICE_HEIGHT=$(("${#OPTIONS[@]}"))
CHOICES=$(dialog \ CHOICES=$(dialog \
--title ' Node Settings & Options ' \ --title ' Node Settings & Options ' \
--checklist ' use spacebar to activate/de-activate ' \ --checklist ' use spacebar to activate/de-activate ' \