comctl32: header: The border size is 4 not 3.
This commit is contained in:
parent
cfcdb6515b
commit
c054c1fe0e
|
@ -92,7 +92,7 @@ typedef struct
|
||||||
} HEADER_INFO;
|
} HEADER_INFO;
|
||||||
|
|
||||||
|
|
||||||
#define VERT_BORDER 3
|
#define VERT_BORDER 4
|
||||||
#define DIVIDER_WIDTH 10
|
#define DIVIDER_WIDTH 10
|
||||||
#define MAX_HEADER_TEXT_LEN 260
|
#define MAX_HEADER_TEXT_LEN 260
|
||||||
#define HDN_UNICODE_OFFSET 20
|
#define HDN_UNICODE_OFFSET 20
|
||||||
|
|
Loading…
Reference in New Issue