浏览代码

Less height on menu

Bob Mottram 9 年前
父节点
当前提交
611a84bce8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel 查看文件

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