Reduce dialog height

This commit is contained in:
Bob Mottram 2017-05-08 11:43:28 +01:00
parent e9bef4a557
commit b48e31c246
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ function install_apps_selected {
dialog --title $"$installs" \
--backtitle $"Freedombone" \
--defaultno \
--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
--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
else
dialog --title $"Add applications" \
--backtitle $"Freedombone" \