Dialog height

This commit is contained in:
Bob Mottram 2017-05-23 17:32:36 +01:00
parent ccf929e8d0
commit 1c13395a7d
1 changed files with 2 additions and 2 deletions

View File

@ -2063,9 +2063,9 @@ function menu_app_settings {
appnames+=("Exit")
choice=$(dialog --stdout --backtitle $"Freedombone" \
--title $"Change Settings for an App" \
--title $"Change settings for an App" \
--radiolist $'Choose:' \
16 40 20 $applist)
26 40 30 $applist)
if [ $? -eq 0 ]; then
app_index=$[choice-1]