Browse Source

Restore dialog dimension

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

+ 1
- 1
src/freedombone-controlpanel View File

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
-                     80 40 20 $applist)
979
+                     50 40 20 $applist)
980
 
980
 
981
     if [ $? -eq 0 ]; then
981
     if [ $? -eq 0 ]; then
982
         clear
982
         clear