Bob Mottram 8 лет назад
Родитель
Сommit
d798062a28
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Просмотреть файл

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