Browse Source

Wider dialog

Bob Mottram 8 years ago
parent
commit
0b18eb1e4f
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/freedombone-controlpanel

+ 3
- 3
src/freedombone-controlpanel View File

964
                 if [[ "$retcode" != "0" ]]; then
964
                 if [[ "$retcode" != "0" ]]; then
965
                     if [[ "$1" == "local" ]]; then
965
                     if [[ "$1" == "local" ]]; then
966
                         dialog --title $"Restore all apps from USB" \
966
                         dialog --title $"Restore all apps from USB" \
967
-                               --msgbox $"Restore failed with code $retcode" 6 40
967
+                               --msgbox $"Restore failed with code $retcode" 6 60
968
                     else
968
                     else
969
                         dialog --title $"Restore all apps from $1" \
969
                         dialog --title $"Restore all apps from $1" \
970
-                               --msgbox $"Restore failed with code $retcode" 6 40
970
+                               --msgbox $"Restore failed with code $retcode" 6 60
971
                     fi
971
                     fi
972
                     return
972
                     return
973
                 fi
973
                 fi
993
                 retcode="$?"
993
                 retcode="$?"
994
                 if [[ "$retcode" != "0" ]]; then
994
                 if [[ "$retcode" != "0" ]]; then
995
                     dialog --title $"Restore apps from USB" \
995
                     dialog --title $"Restore apps from USB" \
996
-                           --msgbox $"Restore of ${app_name} failed with code $retcode" 6 40
996
+                           --msgbox $"Restore of ${app_name} failed with code $retcode" 6 60
997
                     return
997
                     return
998
                 fi
998
                 fi
999
             fi
999
             fi