소스 검색

Dialog height

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

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

@@ -2063,9 +2063,9 @@ function menu_app_settings {
2063 2063
     appnames+=("Exit")
2064 2064
 
2065 2065
     choice=$(dialog --stdout --backtitle $"Freedombone" \
2066
-                    --title $"Change Settings for an App" \
2066
+                    --title $"Change settings for an App" \
2067 2067
                     --radiolist $'Choose:' \
2068
-                    16 40 20 $applist)
2068
+                    26 40 30 $applist)
2069 2069
 
2070 2070
     if [ $? -eq 0 ]; then
2071 2071
         app_index=$[choice-1]