Browse Source

Reduce dialog height

Bob Mottram 8 years ago
parent
commit
b48e31c246
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 $"\nYou have chosen to install the $installs app.\n\nIf you select 'yes' then the install will go ahead.\n\nAre you sure that you wish to continue?" 15 60
211
+                   --yesno $"\nYou have chosen to install the $installs app.\n\nIf you select 'yes' then the install will go ahead.\n\nAre you sure that you wish to continue?" 11 60
212 212
         else
213 213
             dialog --title $"Add applications" \
214 214
                    --backtitle $"Freedombone" \