Explorar el Código

Restore dialog dimension

Bob Mottram hace 8 años
padre
commit
d798062a28
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Ver fichero

@@ -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