ソースを参照

Dialog height

Bob Mottram 8 年 前
コミット
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