ChangeLog Bring header's height more inline with native's. cvs diff dlls/comctl32/header.c Index: dlls/comctl32/header.c =================================================================== RCS file: /var/cvs/wine/dlls/comctl32/header.c,v retrieving revision 1.50 diff -u -r1.50 header.c --- dlls/comctl32/header.c 21 Oct 2002 18:22:51 -0000 1.50 +++ dlls/comctl32/header.c 21 Oct 2002 18:44:42 -0000 @@ -84,7 +84,7 @@ } HEADER_INFO; -#define VERT_BORDER 4 +#define VERT_BORDER 3 #define DIVIDER_WIDTH 10 #define HEADER_GetInfoPtr(hwnd) ((HEADER_INFO *)GetWindowLongA(hwnd,0)) @@ -1239,7 +1239,6 @@ infoPtr->hwndNotify = GetParent(hwnd); infoPtr->uNumItem = 0; - infoPtr->nHeight = 20; infoPtr->hFont = 0; infoPtr->items = 0; infoPtr->bRectsValid = FALSE; -- Dimi.