1
0
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:
Simon Tatham 2001-02-01 14:13:46 +00:00
parent 60585cff9c
commit 6dc2424db2

View File

@ -947,7 +947,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) {
beginbox(&cp, "Sending of null packets to keep session active",
IDC_BOX_CONNECTION2);
staticedit(&cp, "Seconds between &keepalives (0 to turn off)",
IDC_PINGSTATIC, IDC_PINGEDIT, 25);
IDC_PINGSTATIC, IDC_PINGEDIT, 20);
endbox(&cp);
}