浏览代码

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" \