Bob Mottram 7 years ago
parent
commit
cfa652cbff
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube View File

390
     while true
390
     while true
391
     do
391
     do
392
         # shellcheck disable=SC2068
392
         # shellcheck disable=SC2068
393
-        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"PeerTube" --menu $"Choose an operation, or ESC to exit:" 24 60 24 "${W[@]}" 3>&2 2>&1 1>&3)
393
+        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"PeerTube" --menu $"Choose an operation, or ESC to exit:" 12 60 4 "${W[@]}" 3>&2 2>&1 1>&3)
394
 
394
 
395
         if [ ! "$selection" ]; then
395
         if [ ! "$selection" ]; then
396
             break
396
             break