瀏覽代碼

Restore dialog dimension

Bob Mottram 8 年之前
父節點
當前提交
7da015dd32
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-controlpanel

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

976
     choices=$(dialog --stdout --backtitle $"Freedombone" \
976
     choices=$(dialog --stdout --backtitle $"Freedombone" \
977
                      --title $"Restore apps" \
977
                      --title $"Restore apps" \
978
                      --checklist $'Choose:' \
978
                      --checklist $'Choose:' \
979
-                     50 40 20 $applist)
979
+                     30 40 20 $applist)
980
 
980
 
981
     if [ $? -eq 0 ]; then
981
     if [ $? -eq 0 ]; then
982
         clear
982
         clear