Browse Source

Restore dialog dimension

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

+ 1
- 1
src/freedombone-controlpanel View File

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