From 33e332ecd6c1625d93ff6fca28cedf6a0ff4b084 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 1 Feb 2001 14:13:46 +0000 Subject: [PATCH] Shrink the keepalive-timeout box so the text beside it can all fit in git-svn-id: http://svn.tartarus.org/sgt/putty@922 cda61777-01e9-0310-a592-d414129be87e --- windlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windlg.c b/windlg.c index d2ca6c0d..84674a72 100644 --- a/windlg.c +++ b/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", IDC_BOX_CONNECTION2); staticedit(&cp, "Seconds between &keepalives (0 to turn off)", - IDC_PINGSTATIC, IDC_PINGEDIT, 25); + IDC_PINGSTATIC, IDC_PINGEDIT, 20); endbox(&cp); } -- 2.45.2