瀏覽代碼

Reduce dialog height

Bob Mottram 7 年之前
父節點
當前提交
a7d7c5240d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-app-smolrss

+ 1
- 1
src/freedombone-app-smolrss 查看文件

162
     while true
162
     while true
163
     do
163
     do
164
         # shellcheck disable=SC2068
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
         if [ ! "$selection" ]; then
167
         if [ ! "$selection" ]; then
168
             break
168
             break