소스 검색

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)