Bob Mottram пре 7 година
родитељ
комит
6619ff74ff
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Прегледај датотеку

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