Explorar el Código

Reduce dialog height

Bob Mottram hace 8 años
padre
commit
b48e31c246
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-addremove

+ 1
- 1
src/freedombone-addremove Ver fichero

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