Restore dialog dimension

This commit is contained in:
Bob Mottram 2016-10-20 15:16:52 +01:00
parent 25a69af0c4
commit d798062a28
1 changed files with 1 additions and 1 deletions

View File

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