Dialog height

This commit is contained in:
Bob Mottram 2017-06-27 19:53:24 +01:00
parent 43a8493038
commit 4b6f4f4bfd
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ function view_or_change_passwords {
if [[ "${SELECTED_APP}" == 'mariadb' ]]; then
dialog --title $"MariaDB database password" \
--msgbox $"${CURR_PASSWORD}" 6 50
--msgbox $"${CURR_PASSWORD}" 8 50
return
fi