Ver código fonte

Dialog height

Bob Mottram 8 anos atrás
pai
commit
4b6f4f4bfd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Ver arquivo

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