瀏覽代碼

Dialog width

Bob Mottram 8 年之前
父節點
當前提交
341d7b2a92
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-sec

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

@@ -724,7 +724,7 @@ function menu_security_settings {
724 724
     case $(cat $data) in
725 725
         1)
726 726
             dialog --title $"SSH host public key" \
727
-                   --msgbox "$(get_ssh_server_key)" 6 70
727
+                   --msgbox "$(get_ssh_server_key)" 6 60
728 728
             exit 0
729 729
             ;;
730 730
         2)