Explorar el Código

Dialog height

Bob Mottram hace 7 años
padre
commit
54cf419ff5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-pleroma

+ 1
- 1
src/freedombone-app-pleroma Ver fichero

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