mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
Just for Jacob, the ciphers drag list is now six lines high instead
of five, so that the scroll bar doesn't show up when it's active. [originally from svn r2918]
This commit is contained in:
parent
9e0a7aa86d
commit
c06c12983c
8
config.c
8
config.c
@ -1384,9 +1384,11 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
|
||||
"2 only", 'n', I(3), NULL);
|
||||
|
||||
s = ctrl_getset(b, "Connection/SSH", "encryption", "Encryption options");
|
||||
ctrl_draglist(s, "Encryption cipher selection policy:", 's',
|
||||
HELPCTX(ssh_ciphers),
|
||||
cipherlist_handler, P(NULL));
|
||||
c = ctrl_draglist(s, "Encryption cipher selection policy:", 's',
|
||||
HELPCTX(ssh_ciphers),
|
||||
cipherlist_handler, P(NULL));
|
||||
c->listbox.height = 6;
|
||||
|
||||
ctrl_checkbox(s, "Enable non-standard use of single-DES in SSH 2", 'i',
|
||||
HELPCTX(ssh_ciphers),
|
||||
dlg_stdcheckbox_handler,
|
||||
|
Loading…
Reference in New Issue
Block a user