Mikołaj Zalewski : comctl32: header: The border size is 4 not 3.

Alexandre Julliard julliard at wine.codeweavers.com
Sat May 20 07:27:31 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: c054c1fe0e8ccbc55a9db24441a58a26cbb11ede
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=c054c1fe0e8ccbc55a9db24441a58a26cbb11ede

Author: Mikołaj Zalewski <mikolaj at zalewski.pl>
Date:   Thu May 18 21:09:20 2006 +0200

comctl32: header: The border size is 4 not 3.

---

 dlls/comctl32/header.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/header.c b/dlls/comctl32/header.c
index d363e34..e488d44 100644
--- a/dlls/comctl32/header.c
+++ b/dlls/comctl32/header.c
@@ -92,7 +92,7 @@ typedef struct
 } HEADER_INFO;
 
 
-#define VERT_BORDER     3
+#define VERT_BORDER     4
 #define DIVIDER_WIDTH  10
 #define MAX_HEADER_TEXT_LEN 260
 #define HDN_UNICODE_OFFSET 20




More information about the wine-cvs mailing list