Pārlūkot izejas kodu

Reduce dialog height

Bob Mottram 6 gadus atpakaļ
vecāks
revīzija
a7d7c5240d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/freedombone-app-smolrss

+ 1
- 1
src/freedombone-app-smolrss Parādīt failu

@@ -162,7 +162,7 @@ function configure_interactive_smolrss {
162 162
     while true
163 163
     do
164 164
         # shellcheck disable=SC2068
165
-        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Smol RSS" --menu $"Choose an operation, or ESC for main menu:" 14 70 3 "${W[@]}" 3>&2 2>&1 1>&3)
165
+        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Smol RSS" --menu $"Choose an operation, or ESC for main menu:" 12 70 3 "${W[@]}" 3>&2 2>&1 1>&3)
166 166
 
167 167
         if [ ! "$selection" ]; then
168 168
             break