dialog height

This commit is contained in:
Bob Mottram 2016-12-20 15:09:56 +00:00
parent d5c55a8824
commit 64c94be074
1 changed files with 1 additions and 1 deletions

View File

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