소스 검색

Dialog height

Bob Mottram 7 년 전
부모
커밋
6fb77ea5eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-pleroma

+ 1
- 1
src/freedombone-app-pleroma 파일 보기

702
            6 "$enablechatstr")
702
            6 "$enablechatstr")
703
 
703
 
704
         # shellcheck disable=SC2068
704
         # shellcheck disable=SC2068
705
-        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Pleroma" --menu $"Choose an operation, or ESC to exit:" 14 60 5 "${W[@]}" 3>&2 2>&1 1>&3)
705
+        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Pleroma" --menu $"Choose an operation, or ESC to exit:" 15 60 6 "${W[@]}" 3>&2 2>&1 1>&3)
706
 
706
 
707
         if [ ! "$selection" ]; then
707
         if [ ! "$selection" ]; then
708
             break
708
             break