Less height on menu

This commit is contained in:
Bob Mottram 2016-09-30 14:13:14 +01:00
parent a8588e2b9e
commit 611a84bce8
1 changed files with 1 additions and 1 deletions

View File

@ -1873,7 +1873,7 @@ function app_settings {
choice=$(dialog --stdout --backtitle $"Freedombone" \
--title $"Change Settings for an App" \
--radiolist $'Choose:' \
27 40 20 $applist)
16 40 20 $applist)
if [ $? -eq 0 ]; then
app_index=$[choice-1]