X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/f2003e3230fa6f3a1cc5d60256d1a19c8b0022d5..6908fed739ac49c43d4400ef572e0811a0ac676e:/winctrls.c diff --git a/winctrls.c b/winctrls.c index eb082f3a..126c4a71 100644 --- a/winctrls.c +++ b/winctrls.c @@ -712,7 +712,7 @@ void charclass(struct ctlpos *cp, char *stext, int sid, int listid, PUSHBTNHEIGHT ? EDITHEIGHT : PUSHBTNHEIGHT); const static int percents[] = { 30, 40, 30 }; int i, xpos, percent; - const int LISTHEIGHT = 66; + const int LISTHEIGHT = 52; /* The static control. */ r.left = GAPBETWEEN;