瀏覽代碼

Dialog height

Bob Mottram 7 年之前
父節點
當前提交
4b6f4f4bfd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel 查看文件

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