浏览代码

Wider dialog

Bob Mottram 8 年前
父节点
当前提交
0b18eb1e4f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      src/freedombone-controlpanel

+ 3
- 3
src/freedombone-controlpanel 查看文件

@@ -964,10 +964,10 @@ function restore_data_from_storage {
964 964
                 if [[ "$retcode" != "0" ]]; then
965 965
                     if [[ "$1" == "local" ]]; then
966 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 968
                     else
969 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 971
                     fi
972 972
                     return
973 973
                 fi
@@ -993,7 +993,7 @@ function restore_data_from_storage {
993 993
                 retcode="$?"
994 994
                 if [[ "$retcode" != "0" ]]; then
995 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 997
                     return
998 998
                 fi
999 999
             fi