Bob Mottram 8 лет назад
Родитель
Сommit
64c94be074
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/freedombone-app-turtl

+ 1
- 1
src/freedombone-app-turtl Просмотреть файл

@@ -163,7 +163,7 @@ function configure_interactive_turtl {
163 163
     trap "rm -f $data" 0 1 2 5 15
164 164
     dialog --backtitle $"Freedombone Control Panel" \
165 165
            --title $"turtl app settings" \
166
-           --radiolist $"Choose an operation:" 4 70 3 \
166
+           --radiolist $"Choose an operation:" 12 70 3 \
167 167
            1 $"Enable/disable new user registrations" off \
168 168
            2 $"Change storage limit" off \
169 169
            3 $"Exit" on 2> $data