X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/66ee282adab99e6ef6ab7e09700611c89d87c97c..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;