Restore dialog dimension

This commit is contained in:
Bob Mottram 2016-10-20 15:18:05 +01:00
parent d798062a28
commit 7da015dd32
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:' \
50 40 20 $applist)
30 40 20 $applist)
if [ $? -eq 0 ]; then
clear