Skip to content
Snippets Groups Projects
Commit 7da015dd authored by Bob Mottram's avatar Bob Mottram
Browse files

Restore dialog dimension

parent d798062a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment