Browse Source

Less height on menu

Bob Mottram 8 years ago
parent
commit
611a84bce8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel View File

@@ -1873,7 +1873,7 @@ function app_settings {
1873 1873
     choice=$(dialog --stdout --backtitle $"Freedombone" \
1874 1874
                      --title $"Change Settings for an App" \
1875 1875
                      --radiolist $'Choose:' \
1876
-                     27 40 20 $applist)
1876
+                     16 40 20 $applist)
1877 1877
 
1878 1878
     if [ $? -eq 0 ]; then
1879 1879
         app_index=$[choice-1]