Browse Source

Dialog height

Bob Mottram 7 years ago
parent
commit
1c13395a7d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-controlpanel

+ 2
- 2
src/freedombone-controlpanel View File

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