Dialog height
This commit is contained in:
parent
ccf929e8d0
commit
1c13395a7d
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue