소스 검색

Dialog dimensions

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

+ 1
- 1
src/freedombone-controlpanel 파일 보기

@@ -2298,7 +2298,7 @@ function menu_top_level {
2298 2298
            21 $"Restart the system")
2299 2299
 
2300 2300
         # shellcheck disable=SC2068
2301
-        selection=$(dialog --backtitle $"Freedombone Control Panel" --title $"Control Panel" --menu $"Choose an operation, or ESC to exit:" 24 40 17 "${W[@]}" 3>&2 2>&1 1>&3)
2301
+        selection=$(dialog --backtitle $"Freedombone Control Panel" --title $"Control Panel" --menu $"Choose an operation, or ESC to exit:" 28 60 28 "${W[@]}" 3>&2 2>&1 1>&3)
2302 2302
         if [ ! "$selection" ]; then
2303 2303
             break
2304 2304
         fi