Browse Source

dialog height

Bob Mottram 8 years ago
parent
commit
fb30ca8de1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-sec

+ 1
- 1
src/freedombone-sec View File

860
     trap "rm -f $data" 0 1 2 5 15
860
     trap "rm -f $data" 0 1 2 5 15
861
     dialog --backtitle $"Freedombone Control Panel" \
861
     dialog --backtitle $"Freedombone Control Panel" \
862
            --title $"Security Settings" \
862
            --title $"Security Settings" \
863
-           --radiolist $"Choose an operation:" 20 76 20 \
863
+           --radiolist $"Choose an operation:" 21 76 21 \
864
            1 $"Run STIG tests" off \
864
            1 $"Run STIG tests" off \
865
            2 $"Show ssh host public key" off \
865
            2 $"Show ssh host public key" off \
866
            3 $"Tor bridges" off \
866
            3 $"Tor bridges" off \