diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 8d2a9196..89fafcc9 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -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