Browse Source

Dialog height

Bob Mottram 7 years ago
parent
commit
4b6f4f4bfd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel View File

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