mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Shrink the keepalive-timeout box so the text beside it can all fit in
[originally from svn r922]
This commit is contained in:
parent
60585cff9c
commit
6dc2424db2
2
windlg.c
2
windlg.c
@ -947,7 +947,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) {
|
|||||||
beginbox(&cp, "Sending of null packets to keep session active",
|
beginbox(&cp, "Sending of null packets to keep session active",
|
||||||
IDC_BOX_CONNECTION2);
|
IDC_BOX_CONNECTION2);
|
||||||
staticedit(&cp, "Seconds between &keepalives (0 to turn off)",
|
staticedit(&cp, "Seconds between &keepalives (0 to turn off)",
|
||||||
IDC_PINGSTATIC, IDC_PINGEDIT, 25);
|
IDC_PINGSTATIC, IDC_PINGEDIT, 20);
|
||||||
endbox(&cp);
|
endbox(&cp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user