Ver código fonte

Dialog dimensions

Bob Mottram 7 anos atrás
pai
commit
6619ff74ff
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Ver arquivo

2298
            21 $"Restart the system")
2298
            21 $"Restart the system")
2299
 
2299
 
2300
         # shellcheck disable=SC2068
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
         if [ ! "$selection" ]; then
2302
         if [ ! "$selection" ]; then
2303
             break
2303
             break
2304
         fi
2304
         fi