Skip to content
Snippets Groups Projects
Commit 1c13395a authored by Bob Mottram's avatar Bob Mottram
Browse files

Dialog height

parent ccf929e8
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment