소스 검색

Dialog size

Bob Mottram 8 년 전
부모
커밋
b098eba618
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs 파일 보기

@@ -183,7 +183,7 @@ function configure_interactive_tahoelafs {
183 183
     trap "rm -f $data" 0 1 2 5 15
184 184
     dialog --backtitle $"Freedombone Configuration" \
185 185
            --title $"Tahoe-LAFS" \
186
-           --radiolist $"The least authority is always the best" 10 50 4 \
186
+           --radiolist $"The least authority is always the best" 11 50 5 \
187 187
            1 "Add a storage node" off \
188 188
            2 "Manually edit storage nodes" off \
189 189
            3 "Shares settings" off \