X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/66ee282adab99e6ef6ab7e09700611c89d87c97c..6003660fa10f22e816e84bd8f78599461ae2b390:/winctrls.c?ds=sidebyside 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;