소스 검색

Less width

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

+ 1
- 1
src/freedombone-addremove 파일 보기

@@ -208,7 +208,7 @@ function install_apps_selected {
208 208
             dialog --title $"$installs" \
209 209
                    --backtitle $"Freedombone" \
210 210
                    --defaultno \
211
-                   --yesno $"\nThis will install the $installs app.\n\nProceed?" 9 60
211
+                   --yesno $"\nThis will install the $installs app.\n\nProceed?" 9 40
212 212
         else
213 213
             dialog_height=$((15 + $n))
214 214
             dialog --title $"Add applications" \