Less height on menu
This commit is contained in:
parent
a8588e2b9e
commit
611a84bce8
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue