Browse Source

Less width

Bob Mottram 7 years ago
parent
commit
f77f688ca9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-addremove

+ 1
- 1
src/freedombone-addremove View File

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