]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
Shrink the keepalive-timeout box so the text beside it can all fit in
authorSimon Tatham <anakin@pobox.com>
Thu, 1 Feb 2001 14:13:46 +0000 (14:13 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 1 Feb 2001 14:13:46 +0000 (14:13 +0000)
git-svn-id: http://svn.tartarus.org/sgt/putty@922 cda61777-01e9-0310-a592-d414129be87e

windlg.c

index d2ca6c0d9821944a41a1bea69a9e3e97bee07593..84674a724ae258c28eddb98de5efaa9818cc685f 100644 (file)
--- 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);
     }