Browse Source

dialog height

Bob Mottram 8 years ago
parent
commit
64c94be074
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-turtl

+ 1
- 1
src/freedombone-app-turtl View File

@@ -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