ソースを参照

Change dialog

Bob Mottram 8 年 前
コミット
0a2005dc09
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel ファイルの表示

@@ -934,7 +934,7 @@ function restore_data_from_storage {
934 934
         choice=$(dialog --stdout --backtitle $"Freedombone" \
935 935
                         --title "$RestoreStr" \
936 936
                         --radiolist $'Choose:' \
937
-                        30 40 20 $applist)
937
+                        30 50 20 $applist)
938 938
 
939 939
         if [ $? -ne 0 ]; then
940 940
             break